Start foreground operations
startForeground(s);
data = startForeground(s);
[data,timeStamps,triggerTime]
= startForeground(s);
startForeground(
starts
operations of the session object, s
);s
,
and blocks MATLAB® command line and other code until the session
operation is complete.
[
returns the
data acquired, timestamps relative to the time the operation is triggered,
and a trigger time indicating the absolute time the operation was
triggered.data
,timeStamps
,triggerTime
]
= startForeground(s
);
addAnalogInputChannel
| addAnalogOutputChannel
| addDigitalChannel
| daq.createSession
| startBackground