SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT4

Object type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT3 = Param

Param = SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT3

Description

This command sets/gets a port assigned to Port 4 of the E5091A whose ID is Id when measuring selected channel (Ch) in the measurement using the E5091A.

Variable

Parameter

Param

Description

The port assigned to Port 4

Data type

Character string type (String)

Range

Select from either of the following:

  • "R1": Selects R1- as the port assigned to Port 4.

  • "R2": Selects R2- as the port assigned to Port 4.

  • "R3": Selects R3- as the port assigned to Port 4.

Preset Value

R1

Examples

Dim Port As String
SCPI.SENSe(1).MULTiplexer(1).TSET9.PORT4 = "R2"
Port = SCPI.SENSe(1).MULTiplexer(1).TSET9.PORT4

Related objects

SCPI.SENSe(Ch).MULTiplexer(Id).STATe

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).DISPlay.STATe

SCPI.SENSe(Ch).MULTiplexer(Id).PORT(Pt).CATalog

Equivalent key

System > Multiport Test Set Setup > Test Set 1|Test Set 2 > Port4 > R1-|R2-|R3-

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:MULTiplexer{[1]|2}:TSET9:PORT4 {R1|R2|R3}

:SENSe{[1]-160}:MULTiplexer{[1]|2}:TSET9:PORT4?

Query response

{R1|R2}R3}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:MULT1:TSET9:PORT4 R2"
20 OUTPUT 717;":SENS1:MULT1:TSET9:PORT4?"
30 ENTER 717;A$