NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Device.Reset Method

Device.Reset Method

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

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

Aborting a task stops the task and releases any resources the task reserved.

See Also

Was this information helpful?