SCPI.CALCulate(Ch).SELected.SMOothing.APERture

E5071C

SCPI.CALCulate(Ch).SELected.SMOothing.APERture

对象类型

属性(读写

语法

SCPI.CALCulate(Ch).SELected.SMOothing.APERture = Value

Value = SCPI.CALCulate(Ch).SELected.SMOothing.APERture

说明

这个命令设置/获取选择通道(Ch)的激活迹线的滤波孔径(扫描宽度值的百分比)。

变量

参数

Value

说明

滤波孔径

数据类型

双精度浮点型(Double)

范围

0.05到25

预置值

1.5

单位

%(百分比)

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

实例

Dim SmoAper As Double
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.SMOothing.APERture = 2.5
SmoAper = SCPI.CALCulate(1).SELected.SMOothing.APERture

相关对象

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

SCPI.CALCulate(Ch).SELected.SMOothing.STATe

等效键

Avg > Smo Aperture

等效SCPI命令

语法

:CALCulate{[1]-36}[:SELected]:SMOothing:APERture <numeric>

:CALCulate{[1]-36}[:SELected]:SMOothing:APERture?

查询响应

{numeric}<newline><^END>

应用实例

10 OUTPUT 717;":CALC1:SMO:APER 2.5"
20 OUTPUT 717;":CALC1:SMO:APER?"
30 ENTER 717;A