Command/Query
: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?
This command sets/gets the smoothing aperture (percentage to the sweep span value) of the selected channel <Ch>.
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. |
{numeric}<newline><^END>
Dim Var as Double
Var= 0.05
Ena.WriteString ":CALC1:SMO:APER" & Str(Var), True
Ena.WriteString ":CALC1:SMO:APER?", True
Var=Ena.ReadNumber
Average > Smo Aperture
SCPI.CALCULATE(Ch).SELECTED.SMOOTHING.APERTURE
SCPI.CALCULATE(Ch).TRACE(Tr).SMOOTHING.APERTURE