Property (Read-Write)
SCPI.CONTrol.MULTiplexer(Id).OUTPut.D.DATA = Value
Value = SCPI.CONTrol.MULTiplexer(Id).OUTPut.D.DATA
This command sets/gets the output port data for group D with ID of the multiport test set.
Parameter |
Value |
Description |
Output port data for group D |
Data type |
Long integer type (Long) |
Range |
0 to 15 |
Note |
This command is available for E5092A multiport test set. |
Dim Obj As Long
SCPI.SENSe.MULTiplexer(1).OUTPut.D.DATA = 5
Obj = SCPI.SENSe.MULTiplexer(1).OUTPut.D.DATA
SCPI.CONTrol.MULTiplexer(Id).OUTPut.A.DATA
SCPI.CONTrol.MULTiplexer(Id).OUTPut.B.DATA
SCPI.CONTrol.MULTiplexer(Id).OUTPut.C.DATA
No equivalent key is available on the front panel.
:CONTrol:MULTiplexer{[1]|2}:OUTPut:D[:DATA] <numeric>
:CONTrol:MULTiplexer{[1]|2}:OUTPut:D[:DATA]?
{numeric}<newline><^END>
10 OUTPUT 717;":CONT:MULT1:OUTP:D 4"
20 OUTPUT 717;":CONT:MULT1:OUTP:D?"
30 ENTER 717;A