SCPI.DISPlay.WINDow(Ch).TRACe(Tr).STATe

Object type

Property (Read-Write)

Syntax

SCPI.DISPlay.WINDow(Ch).TRACe(Tr).STATe = Status

Status = SCPI.DISPlay.WINDow(Ch).TRACe(Tr).STATe

Description

This command turns ON/OFF the data trace display, for the selected trace (Tr) of the selected channel (Ch).

Variable

Parameter

Status

Description

ON/OFF of the data trace display

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the data trace display.

  • False or OFF: Turns OFF the data trace display.

Preset value

True or ON

Examples

Dim DispTrac As Boolean
SCPI.DISPlay.WINDow(1).TRACe(2).STATe = False
DispTrac = SCPI.DISPlay.WINDow(1).TRACe(2).STATe

Related objects

SCPI.DISPlay.WINDow(Ch).TRACe(Tr).MEMory.STATe

Equivalent key

Display > Display > Data (when the memory trace display is OFF)

Display > Display > Data & Mem (when the memory trace display is ON)

Equivalent SCPI command

Syntax

:DISPlay:WINDow{[1]-4}:TRACe{[1]-4} :STATe {ON|OFF|1|0}

:DISPlay:WINDow{[1]-4}:TRACe{[1]-4} :STATe?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":DISP:WIND1:TRAC1:STAT ON"
20 OUTPUT 717;":DISP:WIND1:TRAC1:STAT?"
30 ENTER 717;A