SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME. STOP

E5071C

SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME. STOP

对象类型

属性(读写

语法

SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.STOP = Value

Value = SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.STOP

说明

这个命令针对选择通道(Ch)的激活迹线设置/获取用于时域功能的选通功能的选通停止值。

变量

参数

Value

说明

选通的停止值

数据类型

双精度浮点型(Double)

范围

随频宽和点数变化。

预置值

1E-8

单位

s(秒)

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

实例

Dim FilStop As Double
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.FILTer.GATE.TIME.STOP = 2E-8
FilStop = SCPI.CALCulate(1).SELected.FILTer.GATE.TIME.STOP

相关对象

SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.STARt

SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.STATe

SCPI.CALCulate(Ch).PARameter(Tr).SELect

等效键

Analysis > Gating > Stop

等效SCPI命令

语法

:CALCulate{[1]-36}[:SELected]:FILTer[:GATE]:TIME:STOP <numeric>

:CALCulate{[1]-36}[:SELected]:FILTer[:GATE]:TIME:STOP?

查询响应

{numeric}<newline><^END>

应用实例

10 OUTPUT 717;":CALC1:FILT:TIME:STOP 2E-8"
20 OUTPUT 717;":CALC1:FILT:TIME:STOP?"
30 ENTER 717;A