| Visual Basic (Declaration) | |
|---|---|
Public Enum AverageStyle Inherits System.Enum | |
| C# | |
|---|---|
public enum AverageStyle : System.Enum | |
| C++/CLI | |
|---|---|
public enum class AverageStyle : public System.Enum | |
| Member | Description | Minimum SW Version‡ |
|---|---|---|
| ContinuousPeakHold | Specifies Continuous Peak-hold averaging. | — |
| Off | Specifies no averaging. | — |
| PeakHold | Specifies Peak-hold averaging. | — |
| Rms | Specifies RMS (Video) averaging. | — |
| RmsExponential | Specifies RMS (Video) exponential averaging. | — |
| Time | Specifies Time averaging. | — |
| TimeExponential | Specifies Time Exponential averaging. | — |
| ‡ This is the minimum 89600 VSA software version level needed to use this enum member. | ||
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)