GetOverflowErrorReporting(string, out RFmxInstrMXOverflowErrorReporting)
- Updated2025-10-13
- 1 minute(s) read
Configures error reporting for ADC and overflows occurred during onboard signal processing. Overflows lead to clipping of the waveform.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public int GetOverflowErrorReporting(string channelName, out RFmxInstrMXOverflowErrorReporting value)
Remarks
This method gets the value of OverflowErrorReporting attribute.The default value is Warning.Supported devices: PXIe-5644/5645/5646, PXIe-5820/5830/5831/5832/5840/5841/5842/5860
Parameters
| Name | Type | Description |
|---|---|---|
| channelName | string | Pass an empty string. |
| value | out RFmxInstrMXOverflowErrorReporting | Configures error reporting for ADC and overflows occurred during onboard signal processing. Overflows lead to clipping of the waveform. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.