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

asiGetPlotList

asiGetPlotList( 
o_session 
) 
=> l_plotList / nil

Description

Gets the list of signals that can be plotted for the current simulation session.

Argument

o_session

Simulation session object.

Value Returned

l_plotList

Returns the list of the items that can be plotted.

nil

Returns nil if no signals were specified to be plotted.

Example

plotList = asiGetPlotList( session )

Returns the list of items that can be plotted for the given session in plotList.


Return to top
 ⠀
X