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

asiGetKeepList

asiGetKeepList( 
o_session 
) 
=> l_keepList / nil

Description

Gets a list of signals and currents that are saved during simulation.

Argument

o_session

Simulation session object.

Value Returned

l_keepList

Returns the list of signals and currents to be saved during simulation.

nil

Returns nil if no signals were specified to be kept during simulation.

Example

Returns the list of signals and currents for a given session in keeplist.

keeplist = asiGetKeepList( session )

Return to top
 ⠀
X