(Not recommended) Start foreground operations
This session
object function is not recommended. Use DataAcquisition
object functions instead. See Compatibility Considerations.
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
);