Property (Read-Write)
SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.OUTPut.DATA = Value
Value = SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.OUTPut.DATA
This command sets/gets the HIGH/LOW of all the control line of the E5091A whose ID is Id when measuring selected channel (Ch) in the measurement using the E5091A.
To set the control lines, use values obtained by converting 8-bit binary values expressed by HIGH (1)/LOW (0) of individual lines to decimal values, assuming line 1 as LSB and line 8 as MSB.
Parameter |
Value |
Description |
Setting value the control line |
Data type |
Long integer type (Long) |
Range |
0 to 255 |
Preset value |
0 |
Resolution |
1 |
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 C_line As Long
SCPI.SENSe(1).MULTiplexer1.TSET9.OUTPut.DATA = 5
C_line = SCPI.SENSe(1).MULTiplexer1.TSET9.OUTPut.DATA
SCPI.SENSe(Ch).MULTiplexer(Id).STATe
System > Multiport Test Set Setup > Test Set 1|Test Set 2 > Control Lines > Line 1|...|Line 8
:SENSe{[1]-160}:MULTiplexer{[1]|2}:TSET9:OUTPut[:DATA] <numeric>
:SENSe{[1]-160}:MULTiplexer{[1]|2}:TSET9:OUTPut[:DATA]?
{numeric}<newline><^END>
10 OUTPUT 717;":SENS1:MULT1:TSET9:OUTP 5"
20 OUTPUT 717;":SENS1:MULT1:TSET9:OUTP?"
30 ENTER 717;A