Main Content
readDAQ
Read scaled samples of specified measurement from DAQ list
Description
reads and scales all acquired DAQ list data from the XCP channel object
value
= readDAQ(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
= readDAQ(xcpch
,measurementName
,count
)count
. If fewer than
count
samples are available, it returns only those.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018b