DaqStream.ReadSleepTime Property
- Updated2023-02-21
- 1 minute(s) read
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: DoubleSpecifies in seconds the amount of time to sleep after checking for available samples if ReadWaitMode is Sleep.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |