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

Object type

Property (Read-Write)

Syntax

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

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

Description

This command turns ON/OFF the property display (the state of the port assignment) of the Multiport test set for the selected Id.

Variable

Parameter

Status

Description

ON/OFF of the property display

Data type

Boolean type (Boolean)

Range

Select from the following.

  • True or ON: Turns ON the property display.

  • False or OFF:Turns OFF the property display.

Preset value

False or OFF

Examples

Dim Prop As Boolean
SCPI.SENSe.MULTiplexer(1).DISPlay.STATe = True
Prop = SCPI.SENSe.MULTiplexer(1).DISPlay.STATe

Related objects

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

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

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

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

Equivalent key

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

Equivalent SCPI command

Syntax

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

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

Query response

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

Example of use

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