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
|
The simulation environment session. For more information, see |
||
|
List of operating point instances to be deleted from the Save Operating Points pane. |
||
Value Returned
|
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