Property (Read-Write)
SCPI.DISPlay.TR(Ch).GRATicule.AXIS.Y.STATe = Value
Value = SCPI.DISPlay.TR(Ch).GRATicule.AXIS.Y.STATe
This command Show/Hide Y graticule label, for the selected channel Ch.
Parameter |
Value |
Description |
Show/Hide Y graticule label |
Data Type |
Character string type (String) |
Range |
OFF|SHORt|MIDDle|LONG |
Preset Value |
SHORt |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as String
Var= "OFF"
SCPI.DISPlay.TR1.GRATicule.AXIS.Y.STATe = Var
Var = SCPI.DISPlay.TR1.GRATicule.AXIS.Y.STATe
SCPI.DISPlay.TR(Ch).GRATicule.AXIS.Y.RELative
TR Menu: Display > Y # of Digits
:DISPlay:TR[1-1]:GRATicule:AXIS:Y:STATe {OFF|SHORt|MIDDle|LONG}
:DISPlay:TR[1-1]:GRATicule:AXIS:Y:STATe?
{OFF|SHORt|MIDDle|LONG} <newline><^END>
10 OUTPUT 717;":DISPlay:TR1:GRATicule:AXIS:Y:STATe OFF"
20 OUTPUT 717;":DISPlay:TR1:GRATicule:AXIS:Y:STATe ?"
30 ENTER 717;A$