NIRfsg Namespace

Table of Contents

RfsgDriverOperation.Warning Event

  • Updated2025-05-22
  • 1 minute(s) read
RfsgDriverOperation.Warning Event

RfsgDriverOperationWarning Event

Occurs when the driver generates a warning.

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public event EventHandler<RfsgWarningEventArgs> Warning
Public Event Warning As EventHandler(Of RfsgWarningEventArgs)

Value

EventHandlerRfsgWarningEventArgs

Exceptions

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

Remarks

You will receive event notifications on registration as listeners.

See Also

Log in to get a better experience