Keysight Pathwave 89600 VSA .NET API
AverageCount Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > IQNoiseCorrection Class : AverageCount Property


Glossary Item Box

Gets or sets the number of averages to use for reducing the effective contribution of the analyzer noise to the resulting noise-corrected IQ data.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property AverageCount As Integer
C# 
public abstract int AverageCount {get; set;}
C++/CLI 
public:
abstract property int AverageCount {
   int get();
   void set (    int value);
}

Remarks

The IQ Noise Correction procedure will acquire multiple repetitions of the signal and average them together as part of correcting the analyzer noise contribution. This parameter indicates the number of repetitions to average. More averages will improve the measurement accuracy.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also