Property (Read-Write)
SCPI.CALCulate.PN(Ch).TRACe(Tr).SMOothing.APERture = Value
Value = SCPI.CALCulate.PN(Ch).TRACe(Tr).SMOothing.APERture
This command sets/gets Smoothing aperture, for the selected trace Tr of the selected channel Ch.
Parameter |
Value |
Description |
Smoothing aperture |
Data Type |
Double precision floating point type (Double) |
Range |
50m ~ 25 |
Preset Value |
1.5 |
Unit |
% |
Resolution |
10m |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as Double
Var= 0.05
SCPI.CALCulate.PN1.TRACe1.SMOothing.APERture = Var
Var = SCPI.CALCulate.PN1.TRACe1.SMOothing.APERture
SCPI.CALCulate.PN(Ch).TRACe(Tr).SMOothing.STATe
PN Menu: Trace View > Aperture
:CALCulate:PN[1-1]:TRACe[1-1]:SMOothing:APERture {50m ~ 25}
:CALCulate:PN[1-1]:TRACe[1-1]:SMOothing:APERture?
{50m ~ 25} <newline><^END>
10 OUTPUT 717;":CALCulate:PN1:TRACe1:SMOothing:APERture 0.05"
20 OUTPUT 717;":CALCulate:PN1:TRACe1:SMOothing:APERture ?"
30 ENTER 717;A