-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is_task_done() cannot be used #40
Comments
Hey Max, Is that the exact code you're trying to execute? It looks like you're missing the assignment to
|
Hello, Sorry, wrong typing (see the updated code) Actually I searched a bit and I found two options:
The last one works Is there another solution ? |
Hi Max, Thanks for bringing this issue to our attention. I'll submit a fix for this shortly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I do:
`
I get :
error "nidaqmx\task.py", line 522, in is_task_done return is_task_done.value nidaqmx\_lib.py", line 35, in _getter return bool(ctypes.c_uint.value.fget(self)) AttributeError: 'getset_descriptor' object has no attribute 'fget'
OS : windows 7 64 bits
Python : 3.5.2 with Anaconda 4.2.0 (32bits)
NIDAQmx : print(system.driver_version) = DriverVersion(major_version=9, minor_version=2, update_version=3)
The text was updated successfully, but these errors were encountered: