awvSetOrigin
awvSetOrigin(
w_windowID
l_origin
[ ?subwindow x_subwindow ]
)
=> t / nil
Description
Sets the axis origin of a subwindow to a new location. This function takes effect only when the waveform display is in composite mode with only one y axis displayed.
Arguments
|
w_windowID
|
Waveform window ID.
|
|
l_origin
|
List of waveform coordinates that specify the new location for the axis origin.
|
|
?subwindow x_subwindow
|
|
|
Identification number of the subwindow, which is found in the top-right corner of the subwindow.
If you do not specify this argument, axis origin is set in the current subwindow.
|
Value Returned
|
t
|
Axis origin is set successfully.
|
|
nil
|
Axis origin cannot be set because of an error.
|
Examples
Return to top