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

E5071C

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

对象类型

属性(读写

语法

SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).DELay = Value

Value = SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).DELay

说明

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

变量

参数

Value

说明

偏置延迟

数据类型

双精度浮点型(Double)

范围

-1E18到1E18

预置值

随指定校准套件和标准变化。

单位

s(秒)

若指定变量不在允许的设置范围,则设置最小值(如果未达到范围的下限)或最大值(如果超出范围的上限)。

实例

Dim StanDel As Double
SCPI.SENSe(1).CORRection.COLLect.CKIT.STAN(5).DELay = 12.3
StanDel = SCPI.SENSe(1).CORRection.COLLect.CKIT.STAN(5).DELay

相关对象

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

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

等效键

Cal > Modify Cal Kit > Define STDs > no. name > Offset Delay

> 修正校准套件 > 定义标准 > 编号.名称 > 偏置延迟

等效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}:DELay <numeric>

: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}:DELay?

查询响应

{numeric}<newline><^END>

应用实例

10 OUTPUT 717;":SENS1:CORR:COLL:CKIT:STAN1:DEL 12.3"
20 OUTPUT 717;":SENS1:CORR:COLL:CKIT:STAN1:DEL?"
30 ENTER 717;A