Acquire single scan from all input channels
data = inputSingleScan(s);
[data,triggerTime]
= inputSingleScan(s);
returns
an immediately acquired single scan from each input channel in the
session as a 1-by-data
= inputSingleScan(s
);n
array of doubles. The value
is stored in data
, where n
is
the number of input channels in the session.
To acquire more than a single scan, use startForeground
.
[
returns an immediately
acquired single scan from each input channel in the session as a 1-by-data
,triggerTime
]
= inputSingleScan(s
);n
array
of doubles. The value is stored in data
, where n
is
the number of input channels in the session and the MATLAB® serial
date timestamp representing the time the data is acquired is returned
in triggerTime
.