NIRfsa Namespace

Table of Contents

RfsaDriverOperation.Warning Event

  • Updated2025-07-17
  • 1 minute(s) read
RfsaDriverOperation.Warning Event

RfsaDriverOperationWarning Event

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

EventHandlerRfsaWarningEventArgs

Exceptions

ExceptionCondition
ObjectDisposedException The Warning event was accessed after the associated NIRfsa object was disposed.

Remarks

You will receive event notifications on registration as listeners.

See Also

Log in to get a better experience