NI-DAQmx .NET Framework 4.0 API Reference

SinglePoint.ReportMissedSamples Property

  • Updated2023-02-21
  • 1 minute(s) read
SinglePoint.ReportMissedSamples Property
Specifies whether reading from the task returns lateness errors or warnings when it detects missed Sample Clock pulses. This setting does not affect WaitForNextSampleClock(Double). Set this property to for applications that need to detect lateness without using WaitForNextSampleClock(Double).

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public bool ReportMissedSamples { get; set; }
Public Property ReportMissedSamples As Boolean
	Get
	Set

Property Value

Type: Boolean
Specifies whether reading from the task returns lateness errors or warnings when it detects missed Sample Clock pulses. This setting does not affect WaitForNextSampleClock(Double). Set this property to for applications that need to detect lateness without using WaitForNextSampleClock(Double).

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience