Agilent N4010A WLAN Test Suite

MeasurementGatedSpectrum.AveragingStyle Property

Setting

Averaging style to use in the Gated Spectrum measurement.

[Visual Basic]
Public Property AveragingStyle As AveragingStyleEnum
[C#]
public MeasurementGatedSpectrum.AveragingStyleEnum AveragingStyle {get; set;}

Property Value

An enumeration of type MeasurementGatedSpectrum.AveragingStyleEnum to define the averaging method to use in the Gated Spectrum measurement.

Remarks

This setting only sets the style of averaging; the number of measurements averaged is set by FramesUsed.

Exceptions

Exception Type Condition
InvalidParameterException The value provided is not a valid MeasurementGatedSpectrum.AveragingStyleEnum value.
MeasurementRunningException A measurement is currently running. You can find out if a measurement is running by reading the MeasurementRunning property.
CalibrationRunningException A calibration is currently running. You can find out if a calibration is running by reading the CalibrationRunning property.
SelfTestRunningException A self test is currently running. You can find out if a self test is running by reading the SelfTestRunning property.
AutorangeRunningException An autorange is currently running. You can find out if an autorange is running by reading the AutorangeRunning property.

See Also

MeasurementGatedSpectrum Class | Agilent.N4010.WLanTest.Measurements Namespace