SCPI.SENSe(Ch).MULTiplexer(Id).OUTPut.A.DATA

Object type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).MULTiplexer(Id).OUTPut.A.DATA = Value

Value = SCPI.SENSe(Ch).MULTiplexer(Id).OUTPut.A.DATA

Description

This command sets/gets the output port data for group A with ID of the E5092A.

Variable

Parameter

Value

Description

Output port data for group A

Data type

Long integer type (Long)

Range

0 to 255

Preset value

0

Examples

Dim Obj As Long
SCPI.SENSe.MULTiplexer(1).OUTPut.A.DATA =10
Obj = SCPI.SENSe.MULTiplexer1.OUTPut.A.DATA

Related objects

SCPI.SENSe(Ch).MULTiplexer(Id).OUTPut.B.DATA

SCPI.SENSe(Ch).MULTiplexer(Id).OUTPut.C.DATA

SCPI.SENSe(Ch).MULTiplexer(Id).OUTPut.D.DATA

Equivalent key

System > Multiport Test Set setup > Test Set[1|2] > Control Line A > Line [1-8] <LOW|HIGH>

Equivalent SCPI command

Syntax

:SENSe:MULTiplexer{[1]|2}:OUTPut:A[:DATA] <numeric>

:SENSe:MULTiplexer{[1]|2}:OUTPut:A[:DATA]?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SENS:MULT1:OUTP:A.DATA 10"
20 OUTPUT 717;":SENS:MULT1:OUTP:A.DATA?"
30 ENTER 717;A