sevDeleteSelectedSubckts
sevDeleteSelectedSubckts(t_sevSession[l_instanceList] ) =>t/nil
Description
Deletes the subcircuit instances selected in the Save By Subckt Instances pane of the simulation window.
Arguments
|
The simulation environment session. For more information, see |
||
|
List of subcircuit instances to be deleted from the Save By Subckts Instances pane. |
||
Value Returned
|
The specified simulation environment session object is invalid, or no instance is selected in the Save By Subckt Instances pane of the simulation window. |
||
Examples
The following example deletes all the selected subcircuit instances in the simulation environment session, sevSession1:
sevSession(hiGetCurrentWindow())
=> sevSession1
sevDeleteSelectedSubckts('sevSession1)
=> t
Return to top