Property (Read-Write)
SCPI.DISPlay.BB(Ch).Y.SCALe.DIVisions = Value
Value = SCPI.DISPlay.BB(Ch).Y.SCALe.DIVisions
This command sets/gets number of Y division, for the selected channel Ch.
Parameter |
Value |
Description |
Number of Y division |
Data Type |
Long integer type (Long) |
Range |
4 ~ 30 |
Preset Value |
12 |
Unit |
- |
Resolution |
2 |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as Long
Var= 4
SCPI.DISPlay.BB1.Y.SCALe.DIVisions = Var
Var = SCPI.DISPlay.BB1.Y.SCALe.DIVisions
BB Menu: Scale > Divisions
:DISPlay:BB[1-1]:Y[:SCALe]:DIVisions {4 ~ 30}
:DISPlay:BB[1-1]:Y[:SCALe]:DIVisions?
{4 ~ 30} <newline><^END>
10 OUTPUT 717;":DISPlay:BB1:Y[:SCALe]:DIVisions 4 "
20 OUTPUT 717;":DISPlay:BB1:Y[:SCALe]:DIVisions ?"
30 ENTER 717;A