DataAcquisition
Interface to data acquisition device
Description
The DataAcquisition
object provides access to the devices of a
specified vendor.
Creation
Use the daq
function to
create a DataAcquisition
object.
Properties
Object Functions
addinput | Add input channel to device interface |
read | Read data acquired by hardware |
readwrite | Simultaneously read and write device channel data |
start | Start DataAcquisition background operation |
stop | Stop background operation |
removechannel | Remove channel from device interface |
flush | Flush DataAcquisition input and output buffers |
write | Write output scans to hardware channels |
preload | Queue scan data for device output |
addoutput | Add output channel to device interface |
addbidirectional | Add digital bidirectional channel to device interface |
resetcounters | Reset hardware scan count for all counter inputs |
addclock | Add clock connection to device interface |
removeclock | Remove clock from device interface |
addtrigger | Add trigger connection to device interface |
removetrigger | Remove trigger from device interface |
Examples
Version History
Introduced in R2020a