CIChannelCollection.All Property
- Updated2023-02-21
- 1 minute(s) read
CIChannelCollectionAll Property
Gets a CIChannel 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 CIChannel All { get; }
Public Overridable ReadOnly Property All As CIChannel Get
Property Value
Type: CIChannelA CIChannel that operates on all of the channels in a task.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |