pearu / pylibnidaqmx

a Python wrapper to libnidaqmx library
Other
10 stars 9 forks source link

Implement many new functions and some minor cleanups #71

Closed olsonse closed 5 years ago

olsonse commented 5 years ago

I've tested and used these patches for the last 6 or so years based on the earlier code.google.com version. I've now reapplied these patches to the new baseline at github with very few conflicts.

These patches also include two bug fixes for:

These patches add interfaces for:

Other changes in these patches:

olsonse commented 5 years ago

This patch set has been updated, following @pearu's suggestion that the various items in load_maps be moved to instance variables. As such, _load_maps was removed and this work is now done in the Task constructor.

olsonse commented 5 years ago

Just pushed into this PR a few cherry-picks from @fgoettfert that are definitely applicable to a pre-py3 branch.