04-04-2019 04:32 AM - edited 04-04-2019 04:36 AM
Are all NIDAQmx functions available to all NI multifunction devices? If not, how do I determine which functions apply to which device? Thanks.
04-05-2019 02:11 PM - edited 04-05-2019 02:12 PM
Hi Bob,
Short answer is no. For example, would it make sense to use an Analog input task on a digital module? You can check the Python API documentation to figure out more about each function you want to use. You can also check the C Reference documentation to learn about what properties are supported for each device.
1. NI-DAQmx Python Documentation
https://nidaqmx-python.readthedocs.io/en/latest/index.html
2. Supported Properties by Device
http://zone.ni.com/reference/en-XX/help/370471AA-01/
Best,
Ben