DaqSystem.LastDaqWarning Property
- Updated2023-02-21
- 1 minute(s) read
DaqSystemLastDaqWarning Property
Gets the DaqWarningEventArgs for the last DaqWarning event that occurred.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public DaqWarningEventArgs LastDaqWarning { get; }
Public ReadOnly Property LastDaqWarning As DaqWarningEventArgs Get
Property Value
Type: DaqWarningEventArgsThe DaqWarningEventArgs for the DaqWarning event.
Exceptions
Exception | Condition |
---|---|
DaqException | The 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.