Syntax: !source [-[n]a] [-[n]c] [-[n]f] spice_fileThis command is the prompt-line equivalent of the Source SPICE button in the Extract Menu. It enables a schematic to be created or updated from a SPICE file.
Node name mapping is turned on after the operation completes. Since a schematic produced in this way has every node name defined by a terminal, using the defined names, which correspond to the original SPICE file, is convenient.
There are three internal mode switches: all devs, create, and clear. These correspond to the three check boxes in the pop-up from the Source SPICE command.
The default behavior of the command can be changed by setting the following boolean variables with the !set command. These determine the states of the buttons in the Source SPICE pop-up.
SourceAllDevs
SourceCreate
SourceClear
The options in the command line can be used to override the mode set by the current state of these variables.
-a | all devs on | -c | create on | -f | clear on |
-na | all devs off | -nc | create off | -nf | clear off |