Main Content
setRunImmediateFlag
Configure data capture to run immediately without any trigger condition
Since R2022a
Description
setRunImmediateFlag(
specifies whether the data capture object DC
,value
)DC
runs in immediate mode. If
value
is true
, the data capture object runs in
immediate mode and captures data immediately without checking for the trigger condition. In
this mode, the data capture object captures data either at each clock cycle or based on a
capture condition if capture condition logic is enabled. If value
is
false
, the data capture object does not run in immediate mode.
Input Arguments
Version History
Introduced in R2022a