DAQmx_ResetDevice


Resets a selected device.

Syntax

C++
Python
 
def DAQmx_ResetDevice(
	state: DAQmx_ResetDeviceState,
	inDeviceID: str,
	/
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState DAQmx_ResetDeviceState
Input value 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.