Device.Reset Method
- Updated2023-02-21
- 1 minute(s) read
DeviceReset Method
Immediately aborts all active tasks associated with a device and returns the device to an initialized state.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public void Reset()
Public Sub Reset
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |
Remarks
Aborting a task stops the task and releases any resources the task reserved.