SCPI.SENSe.MULTiplexer(Id).NAME

Object type

Property (Read-Write)

Syntax

SCPI.SENSe.MULTiplexer(Id).NAME = Param

Param = SCPI.SENSe.MULTiplexer(Id).NAME

Description

This command sets/gets the configuration of the multiport test set.

Variable

Parameter

Param

Description

The name of the multiport test set

Data type

Character string type (String)

Range

Select from either of the following:

  • "E5091_9": Selects the 9-port option of the E5091A (E5091A-009).

  • "E5091_13": Selects the 13-port configuration of the E5091A-016.

  • "E5091_16": Selects the 16-port configuration of the E5091A-016.

  • "E5092_13": Selects the 13-port configuration of the E5092A (E5092A-020). Equivalent to E5091_13 of the E5091A-016.

  • "E5092_16": Selects the 16-port configuration of the E5092A (E5092A-020). Equivalent to E5091_16 of the E5091A-016.

  • "E5092_22":Selects the 22-port configuration of the E5092A (E5092A-020).

  • "E5092_28":Selects the switching independently in the E5092A (E5092A-020).

  • "E5092_X10":Selects the 10-port full crossbar configuration of the E5092A (E5092A-020).

Preset Value

E5091_9

For information on the variable (Id), see Id.

Examples

Dim MultName As String
SCPI.SENSe.MULTiplexer(1).NAME = "E5091_16"
MultName = SCPI.SENSe.MULTiplexer(1).NAME

Related objects

SCPI.SENSe.MULTiplexer.CATalog

SCPI.SENSe.MULTiplexer(Id).INCount

Equivalent key

System > Multiport Test Set Setup > Test Set 1|Test Set 2 > Select Test Set > E5091_9|E5091_13|E5091_16|E5092_13|E5092_16|E5092_22|E5092_28|E5092_X10

Equivalent SCPI command

Syntax

:SENSe:MULTiplexer{[1]|2}:NAME {E5091_9|E5091_13|E5091_16|E5092_13|E5092_16|E5092_22|E5092_28|E5092_X10}

:SENSe:MULTiplexer{[1]|2}:NAME?

Query response

{E5091_9|E5091_13|E5091_16|E5092_13|E5092_16|E5092_22|E5092_28|E5092_X10}<newline><^END>

Example of use

10 OUTPUT 717;":SENS:MULT1:NAME E5091_9"
20 OUTPUT 717;":SENS:MULT1:NAME?"
30 ENTER 717;A$