Sample Clock >> Overrun Behavior
- Updated2023-03-16
- 1 minute(s) read
Sample Clock >> Overrun Behavior
Data Type: | int32 |
Description: | Specifies the action to take if Sample Clock edges occur faster than the device can handle them. |
Valid values
DAQmx_Val_StopTaskAndError | 15862 | Stop task and return an error. |
DAQmx_Val_IgnoreOverruns | 15863 | NI-DAQmx ignores Sample Clock overruns, and the task continues to run. |
You can get/set/reset this property using:
DAQmxGetSampClkOverrunBehavior
DAQmxSetSampClkOverrunBehavior
DAQmxResetSampClkOverrunBehavior