SCPI.DISPlay.WINDow(Ch).Y.SCALe.DIVisions

Object type

Property (Read-Write)

Syntax

SCPI.DISPlay.WINDow(Ch).Y.SCALe.DIVisions = Value

Value = SCPI.DISPlay.WINDow(Ch).Y.SCALe.DIVisions

Description

This command sets/gets the number of divisions in all the graphs, for the selected channel (Ch).

Variable

Parameter

Value

Description

Number of divisions of graph

Data type

Long integer type (Long)

Range

4 to 30

Preset value

10

Resolution

2

Note

If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set.

Examples

Dim Divs As Long
SCPI.DISPlay.WINDow(1).Y.SCALe.DIVisions = 12
Divs = SCPI.DISPlay.WINDow(1).Y.SCALe.DIVisions

Related objects

SCPI.DISPlay.WINDow(Ch).TRACe(Tr).Y.SCALe.PDIVision

SCPI.DISPlay.WINDow(Ch).TRACe(Tr).Y.SCALe.RLEVel

SCPI.DISPlay.WINDow(Ch).TRACe(Tr).Y.SCALe.RPOSition

Equivalent key

Scale > Divisions

Equivalent SCPI command

Syntax

:DISPlay:WINDow{[1]-4}:Y[:SCALe]:DIVisions <numeric>

:DISPlay:WINDow{[1]-4}:Y[:SCALe]:DIVisions?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":DISP:WIND1:Y:DIV 12"
20 OUTPUT 717;":DISP:WIND1:Y:DIV?"
30 ENTER 717;A