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

E5071C

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

对象类型

属性(读写

语法

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

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

说明

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

变量

参数

Value

说明

选通的中心值

数据类型

双精度浮点型(Double)

范围

随频宽和点数变化。

预置值

0

单位

s(秒)

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

实例

Dim FilCent As Double
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.FILTer.GATE.TIME.CENTer = 1E-8
FilCent = SCPI.CALCulate(1).SELected.FILTer.GATE.TIME.CENTer

相关对象

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

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

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

等效键

Analysis > Gating > Center

等效SCPI命令

语法

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

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

查询响应

{numeric}<newline><^END>

应用实例

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