Property (Read-Write)
SCPI.DISPlay.WINDow(Ch).TRACe(Tr).STATe = Status
Status = SCPI.DISPlay.WINDow(Ch).TRACe(Tr).STATe
This command turns ON/OFF the data trace display, for the selected trace (Tr) of the selected channel (Ch).
Parameter |
Status |
Description |
ON/OFF of the data trace display |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
True or ON |
Dim DispTrac As Boolean
SCPI.DISPlay.WINDow(1).TRACe(2).STATe = False
DispTrac = SCPI.DISPlay.WINDow(1).TRACe(2).STATe
SCPI.DISPlay.WINDow(Ch).TRACe(Tr).MEMory.STATe
Display > Display > Data (when the memory trace display is OFF)
Display > Display > Data & Mem (when the memory trace display is ON)
:DISPlay:WINDow{[1]-4}:TRACe{[1]-4} :STATe {ON|OFF|1|0}
:DISPlay:WINDow{[1]-4}:TRACe{[1]-4} :STATe?
{1|0}<newline><^END>
10 OUTPUT 717;":DISP:WIND1:TRAC1:STAT ON"
20 OUTPUT 717;":DISP:WIND1:TRAC1:STAT?"
30 ENTER 717;A