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

Object type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

Value

Description

Output port data for group D

Data type

Long integer type (Long)

Range

0 to 15

Preset value

0

Examples

Dim Prop As Long
SCPI.SENSe.MULTiplexer(1).OUTPut.D.DATA = 10
Prop = SCPI.SENSe.MULTiplexer(1).OUTPut.D.DATA

Related objects

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

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

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

Equivalent key

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

Equivalent SCPI command

Syntax

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

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

Query response

{numeric}<newline><^END>

Example of use

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