SCPI.DISPlay.PN(Ch).TRACe(Tr).MODE

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.PN(Ch).TRACe(Tr).MODE = Value

Value = SCPI.DISPlay.PN(Ch).TRACe(Tr).MODE

Description

This command sets/gets data and/or memory trace, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

Data and/or memory trace

Data Type

Character string type (String)

Range

OFF|DATA|MEMory|BOTH

Preset Value

DATA

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as String
Var= "OFF"
SCPI.DISPlay.PN1.TRACe1.MODE = Var
Var = SCPI.DISPlay.PN1.TRACe1.MODE

Equivalent Key

PN Menu: Trace View > Display Trace

Equivalent SCPI Command

Syntax

:DISPlay:PN[1-1]:TRACe[1-1]:MODE {OFF|DATA|MEMory|BOTH}

:DISPlay:PN[1-1]:TRACe[1-1]:MODE?

Query Response

{OFF|DATA|MEMory|BOTH} <newline><^END>

Example of use

10 OUTPUT 717;":DISPlay:PN1:TRACe1:MODE OFF"
20 OUTPUT 717;":DISPlay:PN1:TRACe1:MODE ?"
30 ENTER 717;A$