Property (Read-Write)
SCPI.DISPlay.WINDow(Ch).Y.SCALe.DIVisions = Value
Value = SCPI.DISPlay.WINDow(Ch).Y.SCALe.DIVisions
This command sets/gets the number of divisions in all the graphs, for the selected channel (Ch).
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. |
Dim Divs As Long
SCPI.DISPlay.WINDow(1).Y.SCALe.DIVisions = 12
Divs = SCPI.DISPlay.WINDow(1).Y.SCALe.DIVisions
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
Scale > Divisions
:DISPlay:WINDow{[1]-4}:Y[:SCALe]:DIVisions <numeric>
:DISPlay:WINDow{[1]-4}:Y[:SCALe]:DIVisions?
{numeric}<newline><^END>
10 OUTPUT 717;":DISP:WIND1:Y:DIV 12"
20 OUTPUT 717;":DISP:WIND1:Y:DIV?"
30 ENTER 717;A