You can define notes with information about the models.

SuggerimentoTip:

To display the note, select the symbol and activate the context menu with the right mouse button then choose the command Show Notes.

Each line of the note must begin with the asterisk character. The first line of the note should begin with the keyword *NOTE followed by the name of the note. If the name is not specified, the note will be matched with the last definition .MODEL or .SUBCKT.

*NOTE [name]
*......
*......

If the note is contained on a single line, use the keyword *NOTE followed by the colon character ':'.

*NOTE: ......
name

The name of the note must correspond to the name of the model to which the note refers. If the name is not specified, the note will be matched with the last definition .MODEL or .SUBCKT.

Examples

.MODEL ZTX692B NPN IS=1.87E-12 NF=.9983 BF=1400 IKF=0.73 VAF=29
    +ISE=.21E-12 NE=1.378 NR=.997 BR=68 IKR=.55 VAR=12 ISC=.44E-12
    +NC=1.14 RB=.2 RE=.05 RC=.048 CJC=42.5E-12 MJC=.475 VJC=.625
    +CJE=233E-12 TF=.77E-9 TR=39E-9
    *Note: This Model may be inaccurate for collector currents above 1.5A.

See also