NI-DAQmx .NET Framework 4.5 API Reference

SinglePoint.ReportMissedSamples Property

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
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.45.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