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

Object type

Property (Read-Write)

Syntax

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

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

Description

This command sets/gets the smoothing aperture (percentage to the sweep span value) of the active trace of the selected channel (Ch).

Variable

Parameter

Value

Description

Smoothing aperture

Data type

Double precision floating point type (Double)

Range

0.05 to 25

Preset value

1.5

Unit

% (percent)

Note

If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set.

Examples

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

Related objects

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

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

Equivalent key

Avg > Smo Aperture

Equivalent SCPI command

Syntax

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

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

Query response

{numeric}<newline><^END>

Example of use

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