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

Object Type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

   Value

Description

Show 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.FP1.TRACe4.MODE = Var
Var = SCPI.DISPlay.FP1.TRACe4.MODE

Equivalent Key

FP Menu: Trace View > Display Trace

Equivalent SCPI Command

Syntax

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

:DISPlay:FP[1-1]:TRACe[1-4]:MODE?

Query Response

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

Example of use

10 OUTPUT 717;":DISPlay:FP1:TRACe4:MODE OFF"
20 OUTPUT 717;":DISPlay:FP1:TRACe4:MODE ?"
30 ENTER 717;A$