SCPI.SENSe(Ch).MULTiplexer(Id).STATe
对象类型
属性(读写)
语法
SCPI.SENSe(Ch).MULTiplexer(Id).STATe = Status
Status = SCPI.SENSe(Ch).MULTiplexer(Id).STATe
说明
这个命令开启/关闭或返回E5091A(其ID为Id)的控制(切换端口间连接的内部开关并改变控制线的输出)状态。
变量
参数 |
Status |
说明 |
开/关对E5091A的控制 |
数据类型 |
布尔型(Boolean) |
范围 |
从下面两项中选择:
|
预置值 |
假或关闭 |
实例
Dim Cont As Boolean
SCPI.SENSe.MULTiplexer(1).STATe = True
Cont = SCPI.SENSe.MULTiplexer(1).STATe
相关对象
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
等效键
System > Multiport Test Set Setup > Test Set 1|Test Set 2 > Control
系统 > 多端口测试仪设置 > 测试仪 1|测试仪2 > 控制
等效SCPI命令
语法
:SENSe:MULTiplexer{[1]|2}:STATe {ON|OFF|1|0}
:SENSe:MULTiplexer{[1]|2}:STATe?
查询响应
{1|0}<newline><^END>
应用实例
10 OUTPUT 717;":SENS:MULT1:STAT ON"
20 OUTPUT 717;":SENS:MULT1:STAT?"
30 ENTER 717;A