Hello, I am on macOS with python3, and if I try to run example2.py I get the following error:
Traceback (most recent call last):
File "PyDAQmx/test.py", line 20, in <module>
task_out.WriteAnalogScalarF64(1,10.0,value,None)
AttributeError: 'Task' object has no attribute 'WriteAnalogScalarF64'
Any suggestions on how to fix it? Thank you!