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 (Since R2020a)
readRead data acquired by hardware (Since R2020a)
readwriteSimultaneously read and write device channel data (Since R2020a)
startStart DataAcquisition background operation (Since R2020a)
stopStop background operation (Since R2020a)
removechannelRemove channel from device interface (Since R2020a)
flushFlush DataAcquisition input and output buffers (Since R2020a)

Apps

Analog Input RecorderAcquire and visualize analog input signals

Topics

Foreground Data Acquisition

Background Data Acquisition

Measurement Types

App Workflows

Featured Examples