DAQmx_ResetDevice
Resets a selected device.
Syntax
C++
Python
def DAQmx_ResetDevice( state: DAQmx_ResetDeviceState, inDeviceID: str, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | DAQmx_ResetDeviceState | ||
![]() |
inDeviceID | str | Device alias, product name or a serial number |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


