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

asiSetKeepList

asiSetKeepList( 
o_session 
l_KeepList
)
=> l_KeepList

Description

Sets the list of the specific signals and currents to save during simulation.

If you want to save all the outputs of a particular type, refer to.

Arguments

o_session

Simulation session object.

l_KeepList

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

window_id
libName
CellName
ViewName

Value Returned

l_KeepList

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

Example

asiSetKeepList( session myKeepList )

Sets myKeepList as the list of signals to be saved for the given session.


Return to top
 ⠀
X