SCPI.CONTrol.MULTiplexer(Id).OUTPut.A.DATA

Object type

Property (Read-Write)

Syntax

SCPI.CONTrol.MULTiplexer(Id).OUTPut.A.DATA = Value

Value = SCPI.CONTrol.MULTiplexer(Id).OUTPut.A.DATA

Description

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

Variable

Parameter

Value

Description

Output port data for group A

Data type

Long integer type (Long)

Range

0 to 255

Note

This command is available only for E5092A multiport test set.

Examples

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

Related objects

SCPI.CONTrol.MULTiplexer(Id).OUTPut.B.DATA

SCPI.CONTrol.MULTiplexer(Id).OUTPut.C.DATA

SCPI.CONTrol.MULTiplexer(Id).OUTPut.D.DATA

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

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

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

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":CONT:MULT1:OUTP:A 0"
20 OUTPUT 717;":CONT:MULT1:OUTP:A?"
30 ENTER 717;A