Main Content
readDAQList
Description
reads all DAQ list samples and timestamps from the specified XCP channel object
valuetables
= readDAQList(xcpch
)xcpch
, and returns the results to the cell array of timetables,
valuetables
. The cell array contains one timetable for each DAQ
list.
Note
You cannot combine use of readDAQList
with
readDAQ
or readDAQListData
.
accepts name-value pair arguments such as valuetables
= readDAQList(xcpch
,Name=Value
)Count
and
ReadRaw
, to specify the number and treatment of data values.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2024a