Property (Read-Write)
SCPI.CALCulate.TR(Ch).ALLTrace.ACTive = Value
Value = SCPI.CALCulate.TR(Ch).ALLTrace.ACTive
This command sets/gets active trace, for the selected channel Ch.
When measurement mode is Wide/Narrow, trace 5 to trace 8 are disabled.
When measurement mode is Narrow/Narrow, trace 1 or trace 5 is disabled.
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.TR1.ALLTrace.ACTive = Var
Var = SCPI.CALCulate.TR1.ALLTrace.ACTive
No equivalent key is available on the front panel.
:CALCulate:TR[1-1]:ALLTrace:ACTive {1 ~ 8}
:CALCulate:TR[1-1]:ALLTrace:ACTive?
{1 ~ 8} <newline><^END>
10 OUTPUT 717;":CALCulate:TR1:ALLTrace:ACTive 1 "
20 OUTPUT 717;":CALCulate:TR1:ALLTrace:ACTive ?"
30 ENTER 717;A