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

Object Type

Property (Read-Write)

Syntax

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

Value = SCPI.CALCulate.USER(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.USER1.TRACe8.FUNCtion.DOMain.X = Var
Var = SCPI.CALCulate.USER1.TRACe8.FUNCtion.DOMain.X

Related Objects

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

Equivalent Key

USER Menu: Marker Function > Analysis Range (X)

Equivalent SCPI Command

Syntax

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

:CALCulate:USER[1-1]:TRACe[1-8]:FUNCtion:DOMain:X?

Query Response

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

Example of use

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