SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT3
对象类型
属性(读写)
语法
SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT3 = Param
Param = SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT3
说明
当使用E5091A测量选择的通道(Ch)时,这个命令设置/获取分配给E5091A(其ID为Id)的端口3的端口。
变量
参数 |
Param |
说明 |
分配给端口3的端口 |
数据类型 |
字符串型(String) |
范围 |
从下面各项中选择:
|
预设值 |
R1 |
实例
Dim Port As String
SCPI.SENSe(1).MULTiplexer(1).TSET9.PORT3 = "R2"
Port = SCPI.SENSe(1).MULTiplexer(1).TSET9.PORT3
相关对象
SCPI.SENSe(Ch).MULTiplexer(Id).STATe
SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT1
SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT2
SCPI.SENSe(Ch).MULTiplexer(Id).TSET9.PORT4
SCPI.SENSe(Ch).MULTiplexer(Id).DISPlay.STATe
SCPI.SENSe(Ch).MULTiplexer(Id).PORT(Pt).CATalog
等效键
System > Multiport Test Set Setup > Test Set 1|Test Set 2 > Port3 > R1+|R2+|R3+
系统 > 多端口测试仪设置 > 测试仪1|测试仪2 > 端口3 > R1+|R2+|R3+
等效SCPI命令
语法
:SENSe{[1]-36}:MULTiplexer{[1]|2}:TSET9:PORT3 {R1|R2}R3}
:SENSe{[1]-36}:MULTiplexer{[1]|2}:TSET9:PORT3?
查询响应
{R1|R2}R3}<newline><^END>
应用实例
10 OUTPUT 717;":SENS1:MULT1:TSET9:PORT3
R2"
20 OUTPUT 717;":SENS1:MULT1:TSET9:PORT3?"
30 ENTER 717;A$