RFmxPulseMXPulseLevelComputationMethod Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the algorithm used to detect the pulse levels. The algorithm is based on the histogram method of level detection as defined in IEEE Std 181-2011.
Syntax
Namespace: NationalInstruments.RFmx.PulseMX
public enum RFmxPulseMXPulseLevelComputationMethod
Members
| Name | Value | Description |
|---|---|---|
| Mean | 0 | The levels derived as the pulse sub-histogram mean levels. |
| Median | 1 | The levels derived as the pulse sub-histogram median levels. |
| Mode | 2 | The levels derived as the pulse sub-histogram mode levels. |