Syntax: !exset [-[n]a] [-[n]c] [-[n]f] [-[n]w] [depth]This command is the prompt-line equivalent of the Source Physical button in the Extract Menu. This will generate and update the properties of electrical devices from the parameters extracted for the corresponding physical device. All devices are acted on, to depth in the hierarchy of the current cell. If depth is not specified or given as 0, only the current cell is updated. Devices can be updated individually with the Compare Devices button in the Extract menu.
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 physical group numbers, is convenient.
There are four internal mode switches: all devs, create, clear, and include wire cap. These correspond to the check boxes in the pop-up from the Source Physical 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 Physical pop-up (the logic is inverted for variables with a ``No'' prefix).
NoExsetAllDevs
NoExsetCreate
ExsetClear
ExsetIncludeWireCap
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 | -w | include wire cap on |
-na | all devs off | -nc | create off | -nf | clear off | -nw | include wire cap off |