Issue 28 in pylibnidaqmx: add call for DAQmxResetDevice

1 view
Skip to first unread message

pylibn...@googlecode.com

unread,
Jun 19, 2012, 1:20:19 AM6/19/12
to pylibnida...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 28 by chris.le...@gmail.com: add call for DAQmxResetDevice
http://code.google.com/p/pylibnidaqmx/issues/detail?id=28

I propose adding the call to DAQmxResetDevice to the Device class in
libnidaqmx.py

class Device(str):

"""
Exposes NI-DACmx device to Python.
"""


def reset(self):
"""
Stops and deletes all tasks on a device and rests outputs to their
defaults
calls int32 DAQmxResetDevice (const char deviceName[]);
"""
return CALL('ResetDevice',self)


pylibn...@googlecode.com

unread,
Jun 20, 2012, 7:26:10 AM6/20/12
to pylibnida...@googlegroups.com
Updates:
Status: Fixed

Comment #1 on issue 28 by pearu.peterson: add call for DAQmxResetDevice
http://code.google.com/p/pylibnidaqmx/issues/detail?id=28

Done in svn.
Thanks!

Reply all
Reply to author
Forward
0 new messages