Command/Query
:DISPlay:ATRaces:SCALe:DIVisions <Value>
:DISPlay:ATRaces:SCALe:DIVisions?
This command sets the number of divisions.
Parameter |
Value |
Description |
Sets the number of divisions |
Data Type |
Numeric type (Integer) |
Range |
4 ~ 30 |
Preset Value |
10 |
{numeric}<newline><^END>
Dim Var as Long
Var= 15
Ena.WriteString ":DISP:ATR:SCAL:DIV " & Str(Var), True
Ena.WriteString ":DISP:ATR:SCAL:DIV?", True
Var=Ena.ReadNumber
No equivalent key is available.