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

 

GETSCALES

Purpose:

Returns an integer corresponding to the scales used by the current focus of the specified Window.

Syntax:

GETSCALES(win)

win

-

Optional. One or more Windows. Defaults to the current Window.

Returns:

An integer.

Example:

W1: gsin(100,.01);scales(16)

 

getscales(W1)

 

returns the value 16; scales(16)yields x-axis on top with labels.

Remarks:

GETSCALES applies to the current focus of the specified Window.

See Also:

FOCUS

OVERLAY

SCALES