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

Object type

Property (Read-only)

Syntax

String = SCPI.SENSe.MULTiplexer(Id).PORT(Pt).CATalog

Description

This command returns a port assigned to Port 1 to 20 (Pt) of the E5091A whose ID is 1 to 2 (Id) when measuring selected channel (Ch) in the measurement using the E5091A.

Examples

Dim PortCat As String
PortCat = SCPI.SENSe.MULTiplexer1.PORT4.CATalog

Related objects

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

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

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:MULTiplexer{[1]|2}:PORT{[1]|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20}:CATalog?

Query response

{string}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:MULT1:PORT1:CAT?"
20 ENTER 717;A$