Property (Read-Write)
SCPI.CALCulate.USER(Ch).ALLTrace.ACTive = Value
Value = SCPI.CALCulate.USER(Ch).ALLTrace.ACTive
This command sets/gets active trace, for the selected channel Ch.
Parameter |
Value |
Description |
Active trace |
Data Type |
Long integer type (Long) |
Range |
1 ~ 8 |
Preset Value |
1 |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as Long
Var= 1
SCPI.CALCulate.USER1.ALLTrace.ACTive = Var
Var = SCPI.CALCulate.USER1.ALLTrace.ACTive
No equivalent key is available on the front panel.
:CALCulate:USER[1-1]:ALLTrace:ACTive {1 ~ 8}
:CALCulate:USER[1-1]:ALLTrace:ACTive?
{1 ~ 8} <newline><^END>
10 OUTPUT 717;":CALCulate:USER1:ALLTrace:ACTive 1 "
20 OUTPUT 717;":CALCulate:USER1:ALLTrace:ACTive ?"
30 ENTER 717;A