Before you use analog output channels, see Hardware Discovery and Setup.
addoutput | Add output channel to device interface |
write | Write output scans to hardware channels |
preload | Queue scan data for device output |
flush | Flush DataAcquisition input and output buffers |
readwrite | Simultaneously read and write device channel data |
start | Start DataAcquisition background operation |
stop | Stop background operation |
removechannel | Remove channel from device interface |
Analog Output Generator | Define and generate analog output signals |
Generate Signals in the Foreground
Generate data from a device while MATLAB® waits.
Generate Signals in the Background
Generate data from a device while MATLAB continues to run.
Generate Signals in the Background Continuously
Continuously generate data from a device while MATLAB continues to run.
Generate and Measure Signals with Analog Devices ADALM1000
Program a DataAcquisition for ADALM1000 input and output.
Generate Signals with the Analog Output Generator
Use the Analog Output Generator app to define and produce analog output signals.
Generate Signals on Multiple Channels
This example shows how to generate data from multiple channels and multiple devices.
Generate Signals on Both Analog and Digital Channels
This example shows how to generate signals when the DataAcquisition contains both analog and digital channels.
Acquire Data and Generate Signals Simultaneously
Acquire and generate data at the same time.