NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DaqStream.DigitalLinesPerOutputChannel Property

  • Updated2023-02-21
  • 1 minute(s) read
DaqStream.DigitalLinesPerOutputChannel Property
Indicates the number of Boolean values expected per channel in a sample for line-based writes. This property is determined by the channel in the task with the most digital lines. If a channel has fewer lines than this number, NI-DAQmx ignores the extra Boolean values.

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

Syntax

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

Property Value

Type: Int64
Indicates the number of Boolean values expected per channel in a sample for line-based writes. This property is determined by the channel in the task with the most digital lines. If a channel has fewer lines than this number, NI-DAQmx ignores the extra Boolean values.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience