Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Using NIDAQmx cfg_samp_clk_timing in python 3.6

Are all NIDAQmx functions available to all NI multifunction devices? If not, how do I determine which functions apply to which device? Thanks.

0 Kudos
Message 1 of 2
(2,121 Views)

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

0 Kudos
Message 2 of 2
(2,084 Views)