Counter Input >> General Properties >> More >> Sample Clock Overrun Behavior
- Updated2023-03-16
- 1 minute(s) read
Data Type: | int32 |
Description: | Specifies the counter behavior when data is read but a new value was not detected during a sample clock. |
Valid values
DAQmx_Val_RepeatedData | 16062 | Repeat the last sample. |
DAQmx_Val_SentinelValue | 16063 | Return the sentinel value. |
You can get/set/reset this property using:
DAQmxGetCISampClkOverrunBehavior
DAQmxSetCISampClkOverrunBehavior
DAQmxResetCISampClkOverrunBehavior