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

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.USER(Ch).GRATicule.AXIS.Y.RELative = Value

Value = SCPI.DISPlay.USER(Ch).GRATicule.AXIS.Y.RELative

Description

This command sets/gets graticule label notation relative. If OFF, absolute notation is used if possible, for the selected channel Ch.

Variable

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

-

Examples

Dim Var as Boolean
Var= 1
SCPI.DISPlay.USER1.GRATicule.AXIS.Y.RELative = Var
Var = SCPI.DISPlay.USER1.GRATicule.AXIS.Y.RELative

Related Objects

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

Equivalent Key

USER Menu: Display > Relative Y-Scale

Equivalent SCPI Command

Syntax

:DISPlay:USER[1-1]:GRATicule:AXIS:Y:RELative {ON|OFF|1|0}

:DISPlay:USER[1-1]:GRATicule:AXIS:Y:RELative?

Query Response

{ON|OFF|1|0} <newline><^END>

Example of use

10 OUTPUT 717;":DISPlay:USER1:GRATicule:AXIS:Y:RELative 1"
20 OUTPUT 717;":DISPlay:USER1:GRATicule:AXIS:Y:RELative ?"
30 ENTER 717;A