nidaqmx-python icon indicating copy to clipboard operation
nidaqmx-python copied to clipboard

Errors should reference properties and enums with Python's names rather than LabVIEWs.

Open epage opened this issue 8 years ago • 0 comments

DAQmx's C, LV, and C# APIs all return errors in a format specific to the language being used. Python should do the same to users know how to update their application in response to the error.

epage avatar Aug 18 '17 15:08 epage