NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

DaqStream.NumberOfOutputChannels Property

  • Updated2023-02-21
  • 1 minute(s) read
DaqStream.NumberOfOutputChannels Property
Indicates the number of channels that writing to the task writes to the task. This value is the number of channels in the task.

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

Syntax

public long NumberOfOutputChannels { get; }
Public ReadOnly Property NumberOfOutputChannels As Long
	Get

Property Value

Type: Int64
Indicates the number of channels that writing to the task writes to the task. This value is the number of channels in the task.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience