NI-DAQmx .NET Framework 4.5 API Reference

DOChannelCollection.All Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
DOChannelCollection.All Property
Gets a DOChannel that operates on all of the channels in the task.

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

Syntax

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

Property Value

Type: DOChannel
A DOChannel that operates on all of the channels in a task.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also