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

sevDeleteSelectedOpPoints

sevDeleteSelectedOpPoints(
t_sevSession 
[ l_instanceList ]
)
=> t / nil

Description

Deletes the operating point instances selected in the Save Operating Points pane of the simulation window.

Arguments

t_sevSession

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

l_instanceList

List of operating point instances to be deleted from the Save Operating Points pane.

Value Returned

t

The selected operating point instances are deleted.

nil

The specified simulation environment session object is invalid, or no instance is selected in the Save Operating Points pane of the simulation window.

Example

The following example deletes all the selected operating point instances in the simulation environment session, sevSession1.

sevSession(hiGetCurrentWindow())
=> sevSession1
sevDeleteSelectedOpPoints('sevSession1)
=> t


Return to top
 ⠀
X