Back to Browse

Basic DAQmx AI Acquistion Using Python

140 views
Jun 22, 2025
5:22

The video shows basic analog input voltage acquisition using DAQmx driver in Python. The Python version used is 3.10.0. The Python code used is given below. import nidaqmx with nidaqmx.Task() as task: '# input device name as in NI-MAX task.ai_channels.add_ai_voltage_chan("Dev2/ai0") task.read() #python #nidaqmx #pythondaqmx #daqmx

Download

1 formats

Video Formats

360pmp44.8 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Basic DAQmx AI Acquistion Using Python | NatokHD