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