NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

DaqStream.ReadSleepTime Property

DaqStream.ReadSleepTime Property

DaqStreamReadSleepTime Property

Specifies in seconds the amount of time to sleep after checking for available samples if ReadWaitMode is Sleep.

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

Syntax

public double ReadSleepTime { get; set; }
Public Property ReadSleepTime As Double
	Get
	Set

Property Value

Type: Double
Specifies in seconds the amount of time to sleep after checking for available samples if ReadWaitMode is Sleep.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?