awvSetSmithModeType
awvSetSmithModeType(w_windowID t_type[?subwindowx_subwindow] )=>t / nil
Description
Sets the type of Smith display to a subwindow in the specified Waveform window.
Arguments
|
Identification number of the subwindow, which is found in the top-right corner of the subwindow. If you do not specify this argument, the type of Smith display is set to the current subwindow. |
|
Value Returned
Examples
The following examples sets the type of Smith display of subwindow 8 of the specified Waveform window to immittance.
awvSetSmithModeType(window(90) "immittance" ?subwindow 8)
=> t
The following example sets the type of Smith display of the current subwindow in the specified Waveform window to polar.
awvSetSmithModeType(window(91) "polar")
=> t
Return to top