NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DaqStream.ReadAutoStart Property

  • Updated2023-02-21
  • 1 minute(s) read
DaqStream.ReadAutoStart Property
Specifies if reading from the task automatically starts the task if you did not start the task explicitly by using starting the task. The default value is . When reading from the task starts a finite acquisition task, it also stops the task after reading the last sample.

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

Syntax

public bool ReadAutoStart { get; set; }
Public Property ReadAutoStart As Boolean
	Get
	Set

Property Value

Type: Boolean
Specifies if reading from the task automatically starts the task if you did not start the task explicitly by using starting the task. The default value is . When reading from the task starts a finite acquisition task, it also stops the task after reading the last sample.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience