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

asiSetPlotList

asiSetPlotList( 
o_session 
l_PlotList
)
=> l_PlotList

Description

Sets the plot list for the current simulation session.

Arguments

o_session

Simulation session object.

l_PlotList

List of items to plot in this simulation session.

This is a list of selected signals (nets) or terminals comprising of the following information:
window_id
libName
CellName
ViewName

Value Returned

l_PlotList

Returns the list of items that can be plotted.

Example

asiSetPlotList( session myPlotList )

Sets the plot list for the given session.


Return to top
 ⠀
X