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

asiGetOutputList

asiGetOutputList( 
o_session
) 
=> o_outputsList / nil

Description

Returns a list of structures. Each structure defines a output to be saved and/or plotted after simulation.

Argument

o_session

Specifies an analysis object.

Value Returned

o_outputsList

Returns a list of structures. Each structure defines one output.

nil

There was an error.

Example

After opening an ADE session and setting up outputs, in the CIW:

s=asiGetCurrentSession()
=>stdobj@0x1d14060
outs=asiGetOutputList(s)
=>(sevOutputStruct@0x15e71b8 sevOutputStruct@0x15e7208 sevOutputStruct@0x153ef48)
outs~>signal
=>("/out" "/net15" nil)
outs~>expression
=>(nil nil ymax(VT("/net15")))

Return to top
 ⠀
X