SCPI.CALCulate(Ch).SELected.CORRection.EDELay.TIME
对象类型
属性(读写)
语法
SCPI.CALCulate(Ch).SELected.CORRection.EDELay.TIME = Value
Value = SCPI.CALCulate(Ch).SELected.CORRection.EDELay.TIME
说明
这个命令设置/获取通道1到36(Ch)的激活迹线的电气延迟时间。
变量
参数 |
Value |
说明 |
电气延迟时间 |
数据类型 |
双精度浮点型(Double) |
范围 |
-10到10 |
预置值 |
0 |
单位 |
s(秒) |
注 |
若指定变量不在允许的设置范围,则设置最小值(如果未达到范围的下限)或最大值(如果超出范围的上限)。 |
实例
Dim Edel As Double
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.CORRection.EDELay.TIME = 0.2
Edel = SCPI.CALCulate(1).SELected.CORRection.EDELay.TIME
相关对象
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.CORRection.EDELay.MEDium
SCPI.CALCulate(Ch).SELected.CORRection.EDELay.WGCutoff
等效键
Scale > Electrical Delay
等效SCPI命令
语法
:CALCulate{[1]-36}[:SELected]:CORRection:EDELay:TIME <numeric>
:CALCulate{[1]-36}[:SELected]:CORRection:EDELay:TIME?
查询响应
{numeric}<newline><^END>
应用实例
10 OUTPUT 717;":CALC1:CORR:EDEL:TIME 0.2"
20 OUTPUT 717;":CALC1:CORR:EDEL:TIME?"
30 ENTER 717;A