DADiSP Worksheet Functions > Function Categories > Display and Manipulation > ASCALE

 

ASCALE

Purpose:

Sets Window autoscaling.

Syntax:

ASCALE(win, mode)

win

-

Optional. A Window, defaults to the current Window.

mode

-

Optional. An integer, the scaling mode:

0:

No scaling

1:

Autoscaling (default)

Returns:

Nothing.

Example:

W1: gsin(1000,1/1000,4);ascale(0)

 

turns off autoscaling in W1.

 

ascale(W1, 1)

 

turns on autoscaling for Window 1.

Remarks:

ASCALE is useful for data in real time Windows.

See Also:

RTTINIT