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

E5071C

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

对象类型

属性(读写

语法

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

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

说明

这个命令开启/关闭或获取ID为Id的E5091A的属性显示(端口分配状态)状态。

变量

参数

Status

说明

开启/关闭属性显示

数据类型

布尔型(Boolean)

范围

从下面两项中选择:

  • 真或开启:开启属性显示。

  • 假或关闭:关闭属性显示。

预设值

假或关闭

实例

Dim Prop As Boolean
SCPI.SENSe.MULTiplexer(1).DISPlay.STATe = True
Prop = SCPI.SENSe.MULTiplexer(1).DISPlay.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).TSET9.PORT4

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

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

等效键

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

[系统] > 多端口测试仪设置 > 测试仪1|测试仪2 > 属性

等效SCPI命令

语法

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

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

查询响应

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

应用实例

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