Property (Read-Write)
SCPI.CALCulate(Ch).SELected.SMOothing.APERture = Value
Value = SCPI.CALCulate(Ch).SELected.SMOothing.APERture
This command sets/gets the smoothing aperture (percentage to the sweep span value) of the active trace of the selected channel (Ch).
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. |
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
:CALCulate{[1]-4}[:SELected]:SMOothing:APERture <numeric>
:CALCulate{[1]-4}[:SELected]:SMOothing:APERture?
{numeric}<newline><^END>
10 OUTPUT 717;":CALC1:SMO:APER 2.5"
20 OUTPUT 717;":CALC1:SMO:APER?"
30 ENTER 717;A