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

Object type

Property (Read-Write)

Syntax

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

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

Description

This command turns ON/OFF or return the status of the control (switching the internal switch that connects between the ports and changing control line output) of the Multiport test set whose ID is Id.

Variable

Parameter

Status

Description

ON/OFF of the control of the Multiport test set

Data type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON: Turns ON the control of the multiport test set.

  • False or OFF: Turns OFF the control of the multiport test set.

Preset value

False or OFF

Examples

Dim Cont As Boolean
SCPI.SENSe.MULTiplexer1.STATe = True
Cont = SCPI.SENSe.MULTiplexer1.STATe

Related objects

SCPI.SENSe(Ch).MULTiplexer(Id).OUTPut.DATA

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

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).TSET9.OUTPut.DATA

Equivalent key

System > Multiport Test Set Setup > Test Set 1|Test Set 2 > Control

Equivalent SCPI command

Syntax

:SENSe:MULTiplexer{[1]|2}:STATe {ON|OFF|1|0}

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

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":SENS:MULT1:STAT ON"
20 OUTPUT 717;":SENS:MULT1:STAT?"
30 ENTER 717;A