Main Content
readDAQListData
Read samples of specified measurement from DAQ list
Syntax
Description
reads all acquired DAQ list data from the XCP channel object value
= readDAQListData(xcpch
,measurementName
)xcpch
,
for the specified measurementName
, and stores the results in the
variable value
. If the measurement has no data, the function returns
an empty value.
reads the quantity of data specified by value
= readDAQListData(xcpch
,measurementName
,count
)count
. If fewer than
count
samples are available, it returns only those.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2013a