Main Content

Analog Signal Generation

Configure analog output channels and generate signals with your device

You can generate signals on analog output channels either synchronously or asynchronously. For synchronous writes, signal is generated in the foreground. For asynchronous writes, signal is generated in the background. Before you use analog output channels, see Hardware Discovery and Setup.

Functions

addoutputAdd output channel to device interface (Since R2020a)
writeWrite output scans to hardware channels (Since R2020a)
preloadQueue scan data for device output (Since R2020a)
flushFlush DataAcquisition input and output buffers (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)

Apps

Analog Output GeneratorDefine and generate analog output signals

Topics

Foreground Signal Generation

Background Signal Generation

Measurement Types

App Workflows

Featured Examples