SCPI.DISPlay.SP(Ch).GRATicule.AXIS.Y.STATe

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.SP(Ch).GRATicule.AXIS.Y.STATe = Value

Value = SCPI.DISPlay.SP(Ch).GRATicule.AXIS.Y.STATe

Description

This command Show/Hide Y graticule label, for the selected channel Ch.

Variable

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

-

Examples

Dim Var as String
Var= "OFF"
SCPI.DISPlay.SP1.GRATicule.AXIS.Y.STATe = Var
Var = SCPI.DISPlay.SP1.GRATicule.AXIS.Y.STATe

Related Objects

SCPI.DISPlay.SP(Ch).GRATicule.AXIS.Y.RELative

Equivalent Key

SP Menu: Display > Y # of Digits

Equivalent SCPI Command

Syntax

:DISPlay:SP[1-1]:GRATicule:AXIS:Y:STATe {OFF|SHORt|MIDDle|LONG}

:DISPlay:SP[1-1]:GRATicule:AXIS:Y:STATe?

Query Response

{OFF|SHORt|MIDDle|LONG} <newline><^END>

Example of use

10 OUTPUT 717;":DISPlay:SP1:GRATicule:AXIS:Y:STATe OFF"
20 OUTPUT 717;":DISPlay:SP1:GRATicule:AXIS:Y:STATe ?"
30 ENTER 717;A$