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

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.FP(Ch).TRACe(Tr).X.SCALe.LEFT = Value

Value = SCPI.DISPlay.FP(Ch).TRACe(Tr).X.SCALe.LEFT

Description

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

Variable

Parameter

   Value

Description

Left setting for X axis

Data Type

Double precision floating point type (Double)

Range

-15 ~ 1.000999999k

Preset Value

0

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 0
SCPI.DISPlay.FP1.TRACe4.X.SCALe.LEFT = Var
Var = SCPI.DISPlay.FP1.TRACe4.X.SCALe.LEFT

Related Objects

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

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

Equivalent Key

FP Menu: Scale > X Axis > Left

Equivalent SCPI Command

Syntax

:DISPlay:FP[1-1]:TRACe[1-4]:X[:SCALe]:LEFT {-15 ~ 1.000999999k}

:DISPlay:FP[1-1]:TRACe[1-4]:X[:SCALe]:LEFT?

Query Response

{-15 ~ 1.000999999k} <newline><^END>

Example of use

10 OUTPUT 717;":DISPlay:FP1:TRACe4:X[:SCALe]:LEFT 0"
20 OUTPUT 717;":DISPlay:FP1:TRACe4:X[:SCALe]:LEFT ?"
30 ENTER 717;A