3.1.10 ModelParameters
Command structure of ModelParameters.
In addition to subcircuit and device models, you can also define parameter sets (model cards) that can be used in conjunction with model references in a circuit description.
The following statement defines a model parameter set for the device type DEFNPN.
ModelParameters[Name -> DEFNPN, IS -> 1.0*^-16, BF -> 100,
BR -> 1, VAF -> 150]
These model parameter sets can be used in model references by means of the Parameters keyword.
See also: Section 3.1.8.
|