SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.TRLThru(Cpt_m,Cpt_n)

E5071C

SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.TRLThru(Cpt_m,Cpt_n)

对象类型

属性 (读写

语法

SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.TRLThru(Cpt_m,Cpt_n) = Value

Value = SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.TRLThru(Cpt_m,Cpt_n)

说明

这个命令设置/获取用于指定2端口(Cpt_m和Cpt_n)TRL校准直通测量的标准。

  • 如果标准号是0,则标准对于子类别是无效的。

变量

参数

Value

说明

标准号

数据类型

长整型(Long)

范围

0到21

如果指定变量不在允许的设置范围,执行时就会出错。

实例

Dim StanTrlt As Long
SENSe(1).CORRection.COLLect.CKIT.ORDer.TRLThru(1,2) = 3
StanTrlt = SENSe(1).CORRection.COLLect.CKIT.ORDer.TRLThru(1,2)

相关对象

SCPI.SENSe(Ch).CORRection.COLLect.CKIT.SELect

SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.LOAD(Cpt)

SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.OPEN(Cpt)

SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.SELect

SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.SHORt(Cpt)

SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.THRU(Cpt_m,Cpt_n)

SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.TRLLine(Cpt_m,Cpt_n)

SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.TRLReflect

等效键

Cal > Modify Cal Kit > Specify CLSs > TRL Thru > Set All|Port 1-2|Port 1-3|Port 1-4|Port 2-3|Port 2-4|Port 3-4

> 修正校准套件 > 指定CLS > TRL直通 > 设置全部|端口1-2|端口1-3|端口1-4|端口2-3|端口2-4|端口3-4

等效SCPI命令

语法

:SENSe{[1]-36}:CORRection:COLLect:CKIT:ORDer:TRLThru <numeric 1>, <numeric 2>, <numeric 3>

:SENSe{[1]-36}:CORRection:COLLect:CKIT:ORDer:TRLThru? <numeric 1>,<numeric 2>

查询响应

{numeric 3}<newline><^END>

应用实例

10 OUTPUT 717;":SENS1:CORR:COLL:CKIT:ORD:TRLT 1,2,5"
20 OUTPUT 717;":SENS1:CORR:COLL:CKIT:ORD:TRLT? 1,2"
30 ENTER 717;A