SCPI.CALCulate.TR(Ch).TRACe(Tr).PARameter

Object Type

Property (Read Only)

Syntax

Value = SCPI.CALCulate.TR(Ch).TRACe(Tr).PARameter

Description

This command gets TR measurement type. Init value changes by tr #., for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

TR measurement type

Data Type

Character string type (String)

Range

FREQuency|POWer|PHASe

Preset Value

FREQuency

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-

Examples

Dim Var as String
Var= "FREQuency"
Var = SCPI.CALCulate.TR1.TRACe4.PARameter

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:CALCulate:TR[1-1]:TRACe[1-8]:PARameter?

Query Response

{FREQuency|POWer|PHASe} <newline><^END>

Example of use

10 OUTPUT 717;":CALCulate:TR1:TRACe4:PARameter ?"
20 ENTER 717;A$