RFmxPulseMXPulseDetectionReference Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the reference used for SetDetectionThreshold(string, double) method.
Syntax
Namespace: NationalInstruments.RFmx.PulseMX
public enum RFmxPulseMXPulseDetectionReference
Members
| Name | Value | Description |
|---|---|---|
| ReferenceLevel | 0 | The threshold is relative to the reference level of the samples. |
| Absolute | 1 | The threshold is the absolute power, in dBm. |
| Peak | 2 | The threshold is relative to the peak level of the samples. |