RfsaDriverOperation.Warning Event
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Occurs when the driver creates a driver warning.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public event EventHandler<RfsaWarningEventArgs> Warning
Public Event Warning As EventHandler(Of RfsaWarningEventArgs)
Value
EventHandlerRfsaWarningEventArgsExceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Warning event was accessed after the associated NIRfsa object was disposed. |
Remarks
You will receive event notifications on registration as listeners.