NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AIChannelCollection.All Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannelCollection.All Property
Gets an AIChannel that operates on all of the channels in the task.

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

Syntax

public virtual AIChannel All { get; }
Public Overridable ReadOnly Property All As AIChannel
	Get

Property Value

Type: AIChannel
An AIChannel that operates on all of the channels in a task.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience