NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

SinglePoint.WriteRecoveryMode Property

SinglePoint.WriteRecoveryMode Property

SinglePointWriteRecoveryMode Property

Specifies how NI-DAQmx attempts to recover after missing a Sample Clock pulse when performing counter writes.

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

Syntax

public WriteRecoveryMode WriteRecoveryMode { get; set; }
Public Property WriteRecoveryMode As WriteRecoveryMode
	Get
	Set

Property Value

Type: WriteRecoveryMode
Specifies how NI-DAQmx attempts to recover after missing a Sample Clock pulse when performing counter writes.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?