NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Task.CIChannels Property

Task.CIChannels Property

TaskCIChannels Property

Gets the collection of counter input channels in the task.

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

Syntax

public CIChannelCollection CIChannels { get; }
Public ReadOnly Property CIChannels As CIChannelCollection
	Get

Property Value

Type: CIChannelCollection
A CIChannelCollection that contains the CIChannel objects in the task.

Remarks

Each task can contain only one type of channel. You must use the channels property that corresponds to the type of channels in the task to access the channels in the task.

See Also

In This Section
Was this information helpful?