Main Content

Analog Data Acquisition

Configure analog input channels and acquire data from your device

You can acquire data from analog input channels either synchronously or asynchronously. For synchronous reads, data is acquired in the foreground. For asynchronous reads, data is acquired in the background. Before you use analog input channels, see Hardware Discovery and Setup.

Functions

addinputAdd input channel to device interface
readRead data acquired by hardware
readwriteSimultaneously read and write device channel data
startStart DataAcquisition background operation
stopStop background operation
removechannelRemove channel from device interface
flushFlush DataAcquisition input and output buffers

Apps

Analog Input RecorderAcquire and visualize analog input signals

Topics

Foreground Data Acquisition

Background Data Acquisition

Measurement Types

App Workflows

Featured Examples