SCPI.CALCulate.AM(Ch).TRACe(Tr).FUNCtion.DOMain.X

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate.AM(Ch).TRACe(Tr).FUNCtion.DOMain.X = Value

Value = SCPI.CALCulate.AM(Ch).TRACe(Tr).FUNCtion.DOMain.X

Description

This command sets/gets X analysis range source, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

X analysis range

Data Type

Character string type (String)

Range

FRANge|BDMarker

Preset Value

BDMarker

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as String
Var= "FRANge"
SCPI.CALCulate.AM1.TRACe1.FUNCtion.DOMain.X = Var
Var = SCPI.CALCulate.AM1.TRACe1.FUNCtion.DOMain.X

Related Objects

SCPI.CALCulate.AM(Ch).TRACe(Tr).FUNCtion.DOMain.X

SCPI.CALCulate.AM(Ch).TRACe(Tr).FUNCtion.DOMain.Y

SCPI.CALCulate.AM(Ch).TRACe(Tr).FUNCtion.STATistics.DATA

SCPI.CALCulate.AM(Ch).TRACe(Tr).FUNCtion.STATistics.MEMory

SCPI.CALCulate.AM(Ch).TRACe(Tr).FUNCtion.TYPE

Equivalent Key

AM Menu: Marker Function > Analysis Range (X)

Equivalent SCPI Command

Syntax

:CALCulate:AM[1-1]:TRACe[1-1]:FUNCtion:DOMain:X {FRANge|BDMarker}

:CALCulate:AM[1-1]:TRACe[1-1]:FUNCtion:DOMain:X?

Query Response

{FRANge|BDMarker} <newline><^END>

Example of use

10 OUTPUT 717;":CALCulate:AM1:TRACe1:FUNCtion:DOMain:X FRANge"
20 OUTPUT 717;":CALCulate:AM1:TRACe1:FUNCtion:DOMain:X ?"
30 ENTER 717;A$