NI-DAQmx .NET Framework 4.5 API Reference

DaqSystem.LastDaqWarning Property

  • Updated2023-02-21
  • 1 minute(s) read
DaqSystem.LastDaqWarning Property
Gets the DaqWarningEventArgs for the last DaqWarning event that occurred.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public DaqWarningEventArgs LastDaqWarning { get; }
Public ReadOnly Property LastDaqWarning As DaqWarningEventArgs
	Get

Property Value

Type: DaqWarningEventArgs
The DaqWarningEventArgs for the DaqWarning event.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

This property returns information only about warnings that occur in the thread from which the property is accessed. This behavior distinguishes warnings that are caused by actions in one thread from warnings that are caused by independent actions that occur at the same time in another thread.

See Also

Log in to get a better experience