SCPI.DISPlay.TR(Ch).PARameter

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.TR(Ch).PARameter = Value

Value = SCPI.DISPlay.TR(Ch).PARameter

Description

This command sets/gets window setting, for the selected channel Ch.

Variable

Parameter

   Value

Description

Window setting

Data Type

Character string type (String)

Range

ALL|FREQuency|POWer|PHASe

Preset Value

ALL

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as String
Var= "FREQuency"
SCPI.SENSe.TR1.MMODe = "NN"
SCPI.DISPlay.TR1.PARameter = Var
Var = SCPI.DISPlay.TR1.PARameter

Equivalent Key

TR Menu: Display > Parameters

Equivalent SCPI Command

Syntax

:DISPlay:TR[1-1]:PARameter {ALL|FREQuency|POWer|PHASe}

:DISPlay:TR[1-1]:PARameter?

Query Response

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

Example of use

10 OUTPUT 717;":SENSe:TR1:MMODe NN"
20 OUTPUT 717;":DISPlay:TR1:PARameter FREQuency"
30 OUTPUT 717;":DISPlay:TR1:PARameter?"
40 ENTER 717;A$