ReadInputLimitsFaultChannels
- Updated2026-02-05
- 1 minute(s) read
Indicates the virtual channels that have detected samples outside the upper or lower limits configured for each channel in the task. You must read ReadInputLimitsFaultChannelsExist before you read this property. Otherwise, you will receive an error.
Syntax
Namespace: NationalInstruments.DAQmx
public string[] ReadInputLimitsFaultChannels { get; }
Remarks
This property returns a copy of the actual array. Avoid calling this property within a for loop because it creates a copy for each iteration of the loop. Avoid using an indexer to set a member of the array because the indexer returns a copy of the object and has no effect on the actual object.
Exceptions
| Type | Description |
|---|---|
| NationalInstruments.DAQmx.DaqException | The NI-DAQmx driver returned an error. |