SCPI.DISPlay.PS(Ch).TRACe(Tr).X.SCALe.RIGHt

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.PS(Ch).TRACe(Tr).X.SCALe.RIGHt = Value

Value = SCPI.DISPlay.PS(Ch).TRACe(Tr).X.SCALe.RIGHt

Description

This command sets/gets right setting for X axis, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

Right setting for X axis

Data Type

Double precision floating point type (Double)

Range

10m ~ 500G

Preset Value

1M

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 1e5
SCPI.DISPlay.PS1.TRACe1.X.SCALe.RIGHt = Var
Var = SCPI.DISPlay.PS1.TRACe1.X.SCALe.RIGHt

Related Objects

SCPI.DISPlay.PS(Ch).TRACe(Tr).X.SCALe.AUTO

SCPI.DISPlay.PS(Ch).TRACe(Tr).X.SCALe.LEFT

Equivalent Key

PS Menu: Scale > X Axis > Right

Equivalent SCPI Command

Syntax

:DISPlay:PS[1-1]:TRACe[1-1]:X[:SCALe]:RIGHt {10m ~ 500G}

:DISPlay:PS[1-1]:TRACe[1-1]:X[:SCALe]:RIGHt?

Query Response

{10m ~ 500G} <newline><^END>

Example of use

10 OUTPUT 717;":DISPlay:PS1:TRACe1:X[:SCALe]:RIGHt 1e5"
20 OUTPUT 717;":DISPlay:PS1:TRACe1:X[:SCALe]:RIGHt?"
30 ENTER 717;A