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