NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

SinglePoint.NumberOfWarmupIterations Property

  • Updated2023-02-21
  • 1 minute(s) read
SinglePoint.NumberOfWarmupIterations Property
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.

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

Syntax

public long NumberOfWarmupIterations { get; set; }
Public Property NumberOfWarmupIterations As Long
	Get
	Set

Property Value

Type: Int64
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.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience