SCPI.DISPlay.PN(Ch).TRACe(Tr).Y.SCALe.RLEVel

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.PN(Ch).TRACe(Tr).Y.SCALe.RLEVel = Value

Value = SCPI.DISPlay.PN(Ch).TRACe(Tr).Y.SCALe.RLEVel

Description

This command sets/gets scale reference level, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

Scale reference level

Data Type

Double precision floating point type (Double)

Range

-50G ~ 50G

Preset Value

-20

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= -50000000000
SCPI.DISPlay.PN1.TRACe1.Y.SCALe.RLEVel = Var
Var = SCPI.DISPlay.PN1.TRACe1.Y.SCALe.RLEVel

Related Objects

SCPI.DISPlay.PN(Ch).TRACe(Tr).Y.SCALe.AUTO

SCPI.DISPlay.PN(Ch).TRACe(Tr).Y.SCALe.PDIVision

SCPI.DISPlay.PN(Ch).TRACe(Tr).Y.SCALe.RPOSition

Equivalent Key

PN Menu: Scale > Reference Value

PN Menu: Scale > Marker > Reference

Equivalent SCPI Command

Syntax

:DISPlay:PN[1-1]:TRACe[1-1]:Y[:SCALe]:RLEVel {-50G ~ 50G}

:DISPlay:PN[1-1]:TRACe[1-1]:Y[:SCALe]:RLEVel?

Query Response

{-50G ~ 50G} <newline><^END>

Example of use

10 OUTPUT 717;":DISPlay:PN1:TRACe1:Y[:SCALe]:RLEVel -50000000000"
20 OUTPUT 717;":DISPlay:PN1:TRACe1:Y[:SCALe]:RLEVel ?"
30 ENTER 717;A