MODEL Instance
The MODEL model instance is used for user-defined structural models (all kind of macros), which are included in a model library or defined with a SMLDEF statement.
|
|
||
|
MODEL |
Keyword for internal simulator models. |
|
|
Type name: |
Name of the model in the model library. |
|
|
Instance name: |
User-defined name for using the model. |
|
|
Conservative nodes: |
List of conservative nodes (if existing) separated by a comma. |
|
|
Nonconservative nodes: |
List of nonconservative nodes (if existing) separated by a comma. |
|
|
Attributes: |
The SRC attribute defines the source model library and identifier. Both can be omitted, the simulation speed, however, is slacked because of that. |
|
|
MODEL TFR1P2W TFR1P2W1 N1_A:=N0002, N1_B:=GND, N2_A:=N0005, N2_B:=N0006 (LM:=0.1 ,LS1:=1m ,LS2:=1m ,RFE:=1.0e+018 ,RCU1:=1u ,RCU2:=1u ,KTR:=1 ) SRC: DB(LIB:="Basic Elements\Basic Elements"); |
||