Sets Window autoscaling.
ASCALE(win, mode)
win |
- |
Optional. A Window, defaults to the current Window. |
||||
mode |
- |
Optional. An integer, the scaling mode:
|
Nothing.
W1: gsin(1000,1/1000,4);ascale(0)
turns off autoscaling in W1.
ascale(W1, 1)
turns on autoscaling for Window 1.
ASCALE is useful for data in real time Windows.