andresmeh / pylibnidaqmx

Automatically exported from code.google.com/p/pylibnidaqmx
Other
0 stars 0 forks source link

Add ResetDevice command #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please add the ResetDevice command.  We've found the nidaq devices to be 
unreliable after extended use, and the only thing that seems to fix the problem 
is to reset the device.  I have added the ResetDevice command, but would like 
to see it in the base library:

    def reset_device (self):
        """
        Reset the DAQ to the initial state
        """
        return CALL ('ResetDevice', self)

Original issue reported on code.google.com by tolis...@gmail.com on 31 May 2013 at 2:22

GoogleCodeExporter commented 9 years ago
The ResetDevice is already wrapped. See Device.reset method.
Sorry for the late response.

Original comment by pearu.peterson on 9 May 2014 at 4:15