Get/Set/Reset RealTime_ReportMissedSamp
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetRealTimeReportMissedSamp(TaskHandle taskHandle, bool32 *data);
int32 __CFUNC DAQmxSetRealTimeReportMissedSamp(TaskHandle taskHandle, bool32 data);
int32 __CFUNC DAQmxResetRealTimeReportMissedSamp(TaskHandle taskHandle);
Purpose
DAQmxGetRealTimeReportMissedSamp gets the Report Missed Samples property.
DAQmxSetRealTimeReportMissedSamp sets the Report Missed Samples property.
DAQmxResetRealTimeReportMissedSamp resets the Report Missed Samples property.