ni / nidaqmx-python

A Python API for interacting with NI-DAQmx
Other
440 stars 154 forks source link

Differences with PyDAQmx ? #41

Closed MaxP92 closed 6 years ago

MaxP92 commented 6 years ago

Hello,

What are the differences with PyDAQmx ? pythonhosted.org/PyDAQmx/

Is there something in this package that PyDAQmx does not have ?

Or are the performances improved ?

Which one should I use ?

Thanks!

neilvana commented 6 years ago

PyDAQmx was developed in the community before NI developed an official Python API. While PyDAQmx provided a path for Python users to access NI Data Acquisition for several years, we felt we could add value by providing a more pythonic api with more complete documentation, optional parameters and a focus on ease of use. There are a few notable differences:

In many respects PyDAQmx has been a pretty shallow wrapper over the NI-DAQmx C API. nidaqmx is focused on being more pythonic and providing a more natural experience and better ade support for Python developers.