SCPI.SERVice.ACHannel.ACTive

Object type

Property (Read-Write)

Syntax

SCPI.SERVice.ACHannel.ACTive = Value

Value = SCPI.SERVice.ACHannel.ACTive

Description

This command sets/gets the active channel number.

Variable

Parameter

Value

Description

Active channel number

Data type

Long integer type (Long)

Range

1 to 4

Examples

Dim ActChan As Long
ActChan = SCPI.SERVice.ACHannel.ACTive
SCPI.SERVice.ACHannel.ACTive = 2

Related objects

SCPI.SERVice.ACHannel.COUNt

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:SERVice:ACHannel:ACTive <numeric>

:SERVice:ACHannel:ACTive?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SERV:ACH:ACT 2"
20 OUTPUT 717;":SERV:ACH:ACT?"
30 ENTER 717;A