asiSetKeepList
asiSetKeepList(o_sessionl_KeepList) =>l_KeepList
Description
Sets the list of the specific signals and currents to save during simulation.
Arguments
|
This is a list of selected signals (nets) or terminals comprising of the following information: |
Value Returned
|
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