SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).LABel

E5071C

SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).LABel

对象类型

属性(读写

语法

SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).LABel = Lbl

Lbl = SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).LABel

说明

这个命令针对选择通道(Ch)的选择校准套件设置/获取标准1到21(Std)的名称。

变量

参数

Lbl

说明

标准名称

数据类型

字符串型(String)

范围

254个字符或更少

预设值

取决于指定校准套件和标准。

实例

Dim StanLbl As Double
SCPI.SENSe(1).CORRection.COLLect.CKIT.STAN(5).LABel = "OPEN 3.5mm"
StanLbl = SCPI.SENSe(1).CORRection.COLLect.CKIT.STAN(5).LABel

相关对象

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

等效键

Cal > Modify Cal Kit > Define STDs > no. name > Label

校准> 修正校准套件 > 定义标准 > 编号.名称 >标签

等效SCPI命令

语法

:SENSe{[1]-36}:CORRection:COLLect:CKIT:STAN{[1]|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21}:LABel <string>

:SENSe{[1]-36}:CORRection:COLLect:CKIT:STAN{[1]|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21}:LABel?

查询响应

{string}<newline><^END>

应用实例

10 OUTPUT 717;":SENS1:CORR:COLL:CKIT:STAN1:LAB ""OPEN"""
20 OUTPUT 717;":SENS1:CORR:COLL:CKIT:STAN1:LAB?"
30 ENTER 717;A$