RFmxSpecAnMXSpectrumDetectorType Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the type of detector to be used.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXSpectrumDetectorType
Members
| Name | Value | Description |
|---|---|---|
| None | 0 | The detector is disabled. |
| Sample | 1 | The central point in the bucket is detected. |
| Normal | 2 | The maximum and minimum values of the samples are detected in alternate buckets. |
| Peak | 3 | The maximum value of the samples in the bucket is detected. |
| NegativePeak | 4 | The minimum value of the samples in the bucket is detected. |
| AverageRms | 5 | The average RMS of all the samples in the bucket is detected. |
| AverageVoltage | 6 | The average voltage of all the samples in the bucket is detected. |
| AverageLog | 7 | The average log of all the samples in the bucket is detected. |