Product Documentation
Virtuoso Visualization and Analysis XL SKILL Reference
Product Version IC23.1, November 2023

awvTableSignals

awvTableSignals(
l_signalList
[ ?plotStyle t_plotStyle ]
[ ?graphModifier t_graphModifier ]
)
=> t / nil

Description

Displays the specified signals in the Results Display Window.

Arguments

l_signalList

List of signals to be displayed in the Results Display Window.

?plotStyle t_plotStyle

Plotting style.

?graphModifier t_graphModifier

Graph Modifier.

Value Returned

t

The specified signals are displayed in the Results Display Window.

nil

Signals cannot be displayed in the Results Display Window because of an error.

Examples

The following example displays the signal out in the Results Display Window from the specified results in a results directory.

awvTableSignals('(("/servers/user/design/ampsim.raw" (("tran-tran" ("out") ?plotStyle "Append" ?graphModifier "Magnitude")))))
=> t

Return to top
 ⠀
X