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

E5071C

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

对象类型

属性 (读写

语法

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

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

说明

此命令针对通道1到36(Ch)设置/获取选择校准套件的校准套件名。

变量

参数

Lbl

说明

校准套件名

数据类型

字符串型(String)

范围

254个字符或更少

预置值

随校准套件号变化。

  • 1:“85033E”

  • 2:“85033D”

  • 3:“85052D”

  • 4:“85032F”

  • 5:“85032B”

  • 6:“85036B/E”

  • 7:“85031B”

  • 8:“85050C/D”

  • 9:“85052C”

  • 10到20:“用户”

实例

Dim CalLbl As String
SCPI.SENSe(1).CORRection.COLLect.CKIT.LABel = "User 1"
CalLbl = SCPI.SENSe(1).CORRection.COLLect.CKIT.LABel

相关对象

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

等效键

Cal > Modify Cal Kit > Label Kit

> 修正校准套件 > 标签套件

 

等效SCPI命令

语法

:SENSe{[1]-36}:CORRection:COLLect:CKIT:LABel <string>

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

查询响应

{string}<newline><^END>

应用实例

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