Property (Read-Write)
SCPI.SERVice.CHANnel(Ch).ATRace.ACTive = Value
Value = SCPI.SERVice.CHANnel(Ch).ATRace.ACTive
This command sets/gets the active trace number of the selected channel ( Ch).
Parameter |
Value |
Description |
Active trace number |
Data Type |
Long integer type (Long) |
Range |
1 to 4 |
Dim NumTrac as Long
NumTrac = SCPI.SERVice.CHANnel(4).ATRace.ACTive
SCPI.SERVice.CHANnel(4).ATRace.ACTive = 3
SCPI.SERVice.CHANnel(Ch).ATRace.COUNt
No equivalent key is available on the front panel.
:SERVice:CHANnel{[1]-4}:ATRace:ACTive?
{numeric} <newline><^END>
10 OUTPUT 717;":SERV:CHAN1:ATR:ACT 2"
20 OUTPUT 717;":SERV:CHAN2:ATR:ACT?"
30 ENTER 717;A