Property (Read-Write)
SCPI.SENSe(Ch).MULTiplexer(Id).DISPlay.STATe = Status
Status = SCPI.SENSe(Ch).MULTiplexer(Id).DISPlay.STATe
This command turns ON/OFF the property display (the state of the port assignment) of the Multiport test set for the selected Id.
Parameter |
Status |
Description |
ON/OFF of the property display |
Data type |
Boolean type (Boolean) |
Range |
Select from the following.
|
Preset value |
False or OFF |
Dim Prop As Boolean
SCPI.SENSe.MULTiplexer(1).DISPlay.STATe = True
Prop = SCPI.SENSe.MULTiplexer(1).DISPlay.STATe
SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT1
SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT2
SCPI.SENSe(Ch).MULTiplexer(Id).PORT(Pt).CATalog
SCPI.SENSe(Ch).MULTiplexer(Id).PORT(Pt).SELect
System > Multiport Test Set Setup > Test Set 1|Test Set 2 > Property
:SENSe:MULTiplexer{[1]|2}:DISPlay[:STATe] {ON|OFF|1|0}
:SENSe:MULTiplexer{[1]|2}:DISPlay[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":SENS:MULT1:DISP ON"
20 OUTPUT 717;":SENS:MULT1:DISP?"
30 ENTER 717;A