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

Object type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

Value

Description

Output port data for group C

Data type

Long integer type (Long)

Range

0 to 15

Preset value

0

Examples

Dim Prop As Long
SCPI.SENSe.MULTiplexer(1).OUTPut.C.DATA = 10
Prop = SCPI.SENSe.MULTiplexer(1).OUTPut.C.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.D.DATA

Equivalent key

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

Equivalent SCPI command

Syntax

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

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

Query response

{numeric}<newline><^END>

Example of use

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