Property (Read-Write)
SCPI.SENSe(Ch).MULTiplexer(Id).STATe = Status
Status = SCPI.SENSe(Ch).MULTiplexer(Id).STATe
This command turns ON/OFF or return the status of the control (switching the internal switch that connects between the ports and changing control line output) of the Multiport test set whose ID is Id.
Parameter |
Status |
Description |
ON/OFF of the control of the Multiport test set |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
False or OFF |
Dim Cont As Boolean
SCPI.SENSe.MULTiplexer1.STATe = True
Cont = SCPI.SENSe.MULTiplexer1.STATe
SCPI.SENSe(Ch).MULTiplexer(Id).OUTPut.DATA
SCPI.SENSe(Ch).MULTiplexer(Id).PORT(Pt).SELect
SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT1
SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT2
SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT3
SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT4
SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.OUTPut.DATA
System > Multiport Test Set Setup > Test Set 1|Test Set 2 > Control
:SENSe:MULTiplexer{[1]|2}:STATe {ON|OFF|1|0}
:SENSe:MULTiplexer{[1]|2}:STATe?
{1|0}<newline><^END>
10 OUTPUT 717;":SENS:MULT1:STAT ON"
20 OUTPUT 717;":SENS:MULT1:STAT?"
30 ENTER 717;A