Property (Read-Write)
SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT2 = Param
Param = SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT2
This command sets/gets a port assigned to Port 2 of the E5091A whose ID is Id when measuring selected channel (Ch) in the measurement using the E5091A.
If the port assigned to Port 1 is T1 and you select T1 as the port assigned to Port 2, the port assigned to Port 1 is changed to A automatically.
Parameter |
Param |
Description |
The port assigned to Port 2 |
Data type |
Character string type (String) |
Range |
Select from either of the following:
|
Preset Value |
T1 |
Dim Port As String
SCPI.SENSe(1).MULTiplexer(1).TSET9.PORT2 = "T2"
Port = SCPI.SENSe(1).MULTiplexer(1).TSET9.PORT2
SCPI.SENSe(Ch).MULTiplexer(Id).STATe
SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT1
SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT3
SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT4
SCPI.SENSe(Ch).MULTiplexer(Id).DISPlay.STATe
SCPI.SENSe(Ch).MULTiplexer(Id).PORT(Pt).CATalog
System > Multiport Test Set Setup > Test Set 1|Test Set 2 > Port2 > T1|T2
:SENSe{[1]-160}:MULTiplexer{[1]|2}:TSET9:PORT2 {T1|T2}
:SENSe{[1]-160}:MULTiplexer{[1]|2}:TSET9:PORT2?
{A|T1}<newline><^END>
10 OUTPUT 717;":SENS1:MULT1:TSET9:PORT2 T2"
20 OUTPUT 717;":SENS1:MULT1:TSET9:PORT2?"
30 ENTER 717;A$