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

Object type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

Value

Description

Output port data for group D

Data type

Long integer type (Long)

Range

0 to 15

Note

This command is available for E5092A multiport test set.

Examples

Dim Obj As Long
SCPI.SENSe.MULTiplexer(1).OUTPut.D.DATA = 5
Obj = SCPI.SENSe.MULTiplexer(1).OUTPut.D.DATA

Related objects

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

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

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

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

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

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

Query response

{numeric}<newline><^END>

Example of use

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