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

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate.TR(Ch).TRACe(Tr).FUNCtion.DOMain.Y = Value

Value = SCPI.CALCulate.TR(Ch).TRACe(Tr).FUNCtion.DOMain.Y

Description

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

Variable

Parameter

   Value

Description

Y 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.TR1.TRACe4.FUNCtion.DOMain.Y = Var
Var = SCPI.CALCulate.TR1.TRACe4.FUNCtion.DOMain.Y

Related Objects

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

Equivalent Key

TR Menu: Marker Function > Analysis Range (Y)

Equivalent SCPI Command

Syntax

:CALCulate:TR[1-1]:TRACe[1-8]:FUNCtion:DOMain:Y {FRANge|BDMarker}

:CALCulate:TR[1-1]:TRACe[1-8]:FUNCtion:DOMain:Y?

Query Response

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

Example of use

10 OUTPUT 717;":CALCulate:TR1:TRACe4:FUNCtion:DOMain:Y FRANge"
20 OUTPUT 717;":CALCulate:TR1:TRACe4:FUNCtion:DOMain:Y ?"
30 ENTER 717;A$