
Parameterization Review (2)
SIMPLIS_TEMPLATE property
- This special symbol property determines the netlist entry for the symbol.
- We typically store each parameter name/value as a symbol property with matching name/value.
- For example: Filter corner frequency FC
- We use the same symbol property name FC as the variable name FC
- The SIMPLIS_TEMPLATE property passes the symbol property value as a variable FC=%FC%
- The percent signs in %FC% mean "literal property substitution", the value of the FC property is substituted for %FC%