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

asiGetAnalogKeepList

asiGetAnalogKeepList( 
o_session 
) 
=> l_AnalogSignalDescriptionList 

Description

Returns a list of user-selected output signals that are analog. This method first checks if the current simulation session is mixed-signal. If yes, then it returns all the user-selected output signals within the analog partition of the mixed-signal design. Otherwise, it calls asiGetKeepList to get the list of signals and currents to be saved during simulation.

Arguments

o_session

Simulation session object.

Value Returned

l_AnalogSignalDescriptionList

A list of analog signals to be saved during simulation.

nil

No signals are specified to be kept during simulation.


Return to top
 ⠀
X