awvTableSignals
awvTableSignals(l_signalList[?plotStylet_plotStyle] [?graphModifiert_graphModifier] ) =>t/nil
Description
Displays the specified signals in the Results Display Window.
Arguments
|
List of signals to be displayed in the Results Display Window. |
|
Value Returned
|
The specified signals are displayed in the Results Display Window. |
|
|
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