asiGetKeepList
asiGetKeepList(o_session) =>l_keepList/ nil
Description
Gets a list of signals and currents that are saved during simulation.
Argument
Value Returned
|
Returns the list of signals and currents to be saved during simulation. |
|
|
Returns |
Example
Returns the list of signals and currents for a given session in keeplist.
keeplist = asiGetKeepList( session )
Return to top