RFmxSpecAnMXSpurRangeDetectorType Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the type of detector to be used. Use "range(n)" as the selector string to configure or read this method.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXSpurRangeDetectorType
Members
| Name | Value | Description |
|---|---|---|
| None | 0 | The detector is disabled. |
| Sample | 1 | The middle sample in the bucket is detected. |
| Normal | 2 | The maximum value of the samples within the bucket is detected if the signal only rises or if the signal only falls. If the signal, within a bucket, both rises and falls, then 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. |