RFmxInstrMXOverflowErrorReporting Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
Configures error reporting for ADC and overflows occurred during onboard signal processing. Overflows lead to clipping of the waveform.
Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)
Syntax
public enum RFmxInstrMXOverflowErrorReporting
Public Enumeration RFmxInstrMXOverflowErrorReporting
Members
| Member name | Value | Description |
|---|---|---|
| Warning | 0 | RFmx returns a warning when an ADC or an onboard signal processing (OSP) overflow occurs. |
| Disabled | 1 | RFmx does not return an error or a warning when an ADC or OSP overflow occurs. |