Property (Read-Write)
SCPI.DISPlay.USER(Ch).GRATicule.AXIS.Y.RELative = Value
Value = SCPI.DISPlay.USER(Ch).GRATicule.AXIS.Y.RELative
This command sets/gets graticule label notation relative. If OFF, absolute notation is used if possible, for the selected channel Ch.
Parameter |
Value |
Description |
Graticule label notation relative |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as Boolean
Var= 1
SCPI.DISPlay.USER1.GRATicule.AXIS.Y.RELative = Var
Var = SCPI.DISPlay.USER1.GRATicule.AXIS.Y.RELative
SCPI.DISPlay.USER(Ch).GRATicule.AXIS.Y.STATe
USER Menu: Display > Relative Y-Scale
:DISPlay:USER[1-1]:GRATicule:AXIS:Y:RELative {ON|OFF|1|0}
:DISPlay:USER[1-1]:GRATicule:AXIS:Y:RELative?
{ON|OFF|1|0} <newline><^END>
10 OUTPUT 717;":DISPlay:USER1:GRATicule:AXIS:Y:RELative 1"
20 OUTPUT 717;":DISPlay:USER1:GRATicule:AXIS:Y:RELative ?"
30 ENTER 717;A