
Parameterized Low Pass Filter Example
The SIMPLIS_TEMPLATE property defines the netlist entry for a symbol.
- Default (no parameter passing): <ref> <nodelist> <value>
- This defines the reference designator, nodes, and subcircuit name:
X$U1 7 9 0 param_rc_multi_prop
Adding Parameters
- Add vars: after the default template, then your parameters
- Result: <ref> <nodelist> <value> vars: GAIN=%GAIN% FC=%FC% R_VAR=%R_VAR%
- The property names enclosed in %% will be literally substituted with the symbol's property values in the netlist.
X$U1 7 9 0 param_rc_multi_prop vars: GAIN=1 FC=10k R_VAR=1k