:CALC<Ch>:SMO:APER

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:SMOothing:APERture <Value>

:CALCulate<Ch>[:SELected]:SMOothing:APERture?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:SMOothing:APERture <Value>

:CALCulate<Ch>:TRACe<Tr>:SMOothing:APERture?

Description

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

Variable

Parameter

Value

Description

Smoothing aperture

Data Type

Numeric type (Real)

Range

50m 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.

Query Response

{numeric}<newline><^END>

Examples

Dim Var as Double
Var= 0.05
Ena.WriteString ":CALC1:SMO:APER" & Str(Var), True
Ena.WriteString ":CALC1:SMO:APER?", True
Var=Ena.ReadNumber

Related Commands

:CALC:PAR:SEL

:CALC:SMO

Equivalent Softkey

Average > Smo Aperture

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.SMOOTHING.APERTURE

SCPI.CALCULATE(Ch).TRACE(Tr).SMOOTHING.APERTURE