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

E5071C

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

对象类型

属性(读写

语法

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

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

说明

当使用E5091A测量选择的通道(Ch)时,这个命令设置/获取分配给E5091A(其ID为Id)的端口2的端口。

  • 如果分配给端口1的端口是T1,并选择T1作为分配给端口2的端口,则分配给端口1的端口自动变为A。

变量

参数

Param

说明

端口2的端口

数据类型

字符串型(String)

范围

从下面两项中选择:

  • “T1”:选择T1作为分配给端口2的端口。

  • “T2”:选择T2作为分配给端口2的端口。

预设值

T1

实例

Dim Port As String
SCPI.SENSe(1).MULTiplexer(1).TSET9.PORT2 = "T2"
Port = SCPI.SENSe(1).MULTiplexer(1).TSET9.PORT2

相关对象

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

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

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 > Port2 > T1|T2

系统 > 多端口测试仪设置 > 测试仪1|测试仪2 > 端口2 >T1|T2

等效SCPI命令

语法

:SENSe{[1]-36}:MULTiplexer{[1]|2}:TSET9:PORT2 {T1|T2}

:SENSe{[1]-36}:MULTiplexer{[1]|2}:TSET9:PORT2?

查询响应

{A|T1}<newline><^END>

应用实例

10 OUTPUT 717;":SENS1:MULT1:TSET9:PORT2 T2"
20 OUTPUT 717;":SENS1:MULT1:TSET9:PORT2?"
30 ENTER 717;A$