Property (Read-Write)
SCPI.DISPlay.PN(Ch).TRACe(Tr).MODE = Value
Value = SCPI.DISPlay.PN(Ch).TRACe(Tr).MODE
This command sets/gets data and/or memory trace, for the selected trace Tr of the selected channel Ch.
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 |
- |
Dim Var as String
Var= "OFF"
SCPI.DISPlay.PN1.TRACe1.MODE = Var
Var = SCPI.DISPlay.PN1.TRACe1.MODE
PN Menu: Trace View > Display Trace
:DISPlay:PN[1-1]:TRACe[1-1]:MODE {OFF|DATA|MEMory|BOTH}
:DISPlay:PN[1-1]:TRACe[1-1]:MODE?
{OFF|DATA|MEMory|BOTH} <newline><^END>
10 OUTPUT 717;":DISPlay:PN1:TRACe1:MODE OFF"
20 OUTPUT 717;":DISPlay:PN1:TRACe1:MODE ?"
30 ENTER 717;A$