Property (Read-Write)
SCPI.SENSe(Ch).MULTiplexer(Id).OUTPut.DATA = Value
Value = SCPI.SENSe(Ch).MULTiplexer(Id).OUTPut.DATA
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.
To set the control lines, use the values obtained by converting 8-bit binary values expressed HIGH (1) / LOW (0) of individual lines to decimal values, assuming line 1 as LSB and line 8 as MSB.
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. |
Dim OData As Long
SCPI.SENSe.MULTiplexer1.OUTPut.DATA = "0
MultName = SCPI.SENSe.MULTiplexer1.OUTPut.DATA
SCPI.SENSe(Ch).MULTiplexer(Id).STATe
System > Multiport Test Set Setup > Test Set 1|Test Set 2 > Control Lines
This command is available only for E5091A multiport test set.
:SENSe{[1]-160}:MULTiplexer{[1]|2}:OUTPut[:DATA] <numeric>
:SENSe{[1]-160}:MULTiplexer{[1]|2}:OUTPut[:DATA]?
{numeric}<newline><^END>
10 OUTPUT 717;":SENS1:MULT1:OUTP.DATA 5"
20 OUTPUT 717;":SENS1:MULT1:OUTP.DATA?"
30 ENTER 717;A