NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

SinglePoint Properties

  • Updated2023-02-21
  • 2 minute(s) read
SinglePoint Properties

The SinglePoint type exposes the following members.

Properties

  NameDescription
Public propertyConvertLateErrorsToWarnings
Specifies if WaitForNextSampleClock(Double), reading from the task, and writing to the task convert late errors to warnings. NI-DAQmx returns no late warnings or errors until the number of warmup iterations you specify with NumberOfWarmupIterations execute.
Public propertyNumberOfWarmupIterations
Specifies the number of loop iterations that must occur before WaitForNextSampleClock(Double) and reading from the task return any late warnings or errors. The system needs a number of iterations to stabilize. During this period, a large amount of jitter occurs, potentially causing reads and writes to be late. The default number of warmup iterations is 100. Specify a larger number if needed to stabilize the system.
Public propertyReportMissedSamples
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).
Public propertyWaitForNextSampleClockWaitMode
Specifies how WaitForNextSampleClock(Double) waits for the next Sample Clock pulse.
Public propertyWriteRecoveryMode
Specifies how NI-DAQmx attempts to recover after missing a Sample Clock pulse when performing counter writes.
Top

See Also

Log in to get a better experience