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

Object Type

Property (Read-Write)

Syntax

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

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

Description

This command 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.USER1.TRACe8.MODE = Var
Var = SCPI.DISPlay.USER1.TRACe8.MODE

Related Objects

Equivalent Key

USER Menu: Trace View > Display Trace

Equivalent SCPI Command

Syntax

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

:DISPlay:USER[1-1]:TRACe[1-8]:MODE?

Query Response

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

Example of use

10 OUTPUT 717;":DISPlay:USER1:TRACe8:MODE OFF"
20 OUTPUT 717;":DISPlay:USER1:TRACe8:MODE ?"
30 ENTER 717;A$