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

Object type

Property (Read-Write)

Syntax

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

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

Description

This command sets/gets or returns the status of HIGH/LOW of all the control lines of the E5091A whose ID is 1 to 2 (Id) when measuring selected channel (Ch) in the measurement using the E5091A.

Variable

Parameter

Value

Description

Sets/gets control line value

Data type

Long integer type (Long)

Range

0 to 255

Preset value

0

Note

If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set.

Examples

Dim OData As Long
SCPI.SENSe.MULTiplexer1.OUTPut.DATA = "0
MultName = SCPI.SENSe.MULTiplexer1.OUTPut.DATA

Related objects

SCPI.SENSe(Ch).MULTiplexer(Id).STATe

Equivalent key

System > Multiport Test Set Setup > Test Set 1|Test Set 2 > Control Lines

Equivalent SCPI command

Syntax

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

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

Query response

{numeric}<newline><^END>

Example of use

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