Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

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

t_sevSession

The simulation environment session. For more information, see sevSession.

l_instanceList

List of subcircuit instances to be deleted from the Save By Subckts Instances pane.

Value Returned

t

The selected subcircuit instances are deleted.

nil

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
 ⠀
X