Property (Read-Write)
All revision:
SCPI.CALCulate(Ch).SELected.SMOothing.APERture = Value
Value = SCPI.CALCulate(Ch).SELected.SMOothing.APERture
In revision A.9.60 and above, the following syntax is also supported:
SCPI.CALCulate(Ch).TRACe(Tr).SMOothing.APERture = Value
Value = SCPI.CALCulate(Ch).TRACe(Tr).SMOothing.APERture
This command sets/gets the smoothing aperture (percentage to the sweep span value) of the active trace of selected channel (Ch).
In revision A.9.60 and above, you can select the trace and set/get the smoothing aperture of the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.
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
All revision:
:CALCulate{[1]-160}[:SELected]:SMOothing:APERture <numeric>
:CALCulate{[1]-160}[:SELected]:SMOothing:APERture?
In revision A.9.60 and above, the following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:SMOothing:APERture <numeric>
:CALCulate{[1]-160}:TRACe{[1]-16}:SMOothing:APERture?
{numeric}<newline><^END>
10 OUTPUT 717;":CALC1:SMO:APER 2.5"
20 OUTPUT 717;":CALC1:SMO:APER?"
30 ENTER 717;A