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

E5071C

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

对象类型

属性(读写

语法

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

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

说明

此命令针对选择的校准套件和通道(Ch) 设置/获取指定端口(Cpt)开路测量的标准以及标准的子集。  

变量

参数

Value

说明

校准标准子集数。

数据类型

长整型(Long)

范围

1到8

预置值

1

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

实例

Dim CKitSel As Long
SCPI.SENSe(1).CORRection.COLLect.CKIT.ORDer.SELect = 3
CKitSel = SCPI.SENSe(1).CORRection.COLLect.CKIT.ORDer.SELect

相关对象

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.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

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

等效键

Cal > Modify Cal Kit > Specify CLSs > Sub Class > Sub Class 1| ... |Sub Class 8

> 修正校准套件 > 指定CLS > 子分类 > 子分类1| ... |子分类8

等效SCPI命令

语法

:SENSe{[1]-36}:CORRection:COLLect:CKIT:ORDer:SELect <numeric>

:SENSe{[1]-36}:CORRection:COLLect:CKIT:ORDer:SELect?

查询响应

{numeric}<newline><^END>

应用实例

10 OUTPUT 717;":SENS1:CORR:COLL:CKIT:ORD:SEL 1"
20 OUTPUT 717;":SENS1:CORR:COLL:CKIT:ORD:SEL?"
30 ENTER 717;A