Property (Read-Write)
SCPI.SERVice.ACHannel.ACTive = Value
Value = SCPI.SERVice.ACHannel.ACTive
This command sets/gets the active channel number.
Parameter |
Value |
Description |
Active channel number |
Data type |
Long integer type (Long) |
Range |
1 to 4 |
Dim ActChan As Long
ActChan = SCPI.SERVice.ACHannel.ACTive
SCPI.SERVice.ACHannel.ACTive = 2
No equivalent key is available on the front panel.
:SERVice:ACHannel:ACTive <numeric>
:SERVice:ACHannel:ACTive?
{numeric}<newline><^END>
10 OUTPUT 717;":SERV:ACH:ACT 2"
20 OUTPUT 717;":SERV:ACH:ACT?"
30 ENTER 717;A