AOChannelCollection.Item Property (Int64)
- Updated2023-02-21
- 1 minute(s) read
AOChannelCollectionItem Property (Int64)
Gets the AOChannel at the specified index. In Visual C#, this property is the indexer.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public virtual AOChannel this[ long index ] { get; }
Public Overridable ReadOnly Default Property Item ( index As Long ) As AOChannel Get
Parameters
- index
- Type: SystemInt64
The zero-based index of the entry to locate in the collection.
Property Value
Type: AOChannelThe AOChannel at the specified index.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |