pdaSmatrixAnalyticalEquation
Define an expression and to which property it refers.Structure
This element does not have elements. The attributes are shown below, in a sorted per type fashion.<equation property="..." ... > ... </equation>
XSD The schema file can be downloaded or viewed at xPDK_Simulation.
Details
Type pdaExpression
Expression need to be commonly evaluated by many software, so having a restricted set of math / types and so on is key. In PDAFlow lib2/expr there is a yacc/lex parser available with some unit support as well as double / complex expressions. An alternative is tinyexpr, but this is more restrictive, so may be very unhandy for things like waveguide model expressions.