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
Value Returned
|
Returns a list of structures. Each structure defines one output. |
|
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