ReadRemoteSenseErrorChannels
- Updated2026-02-05
- 1 minute(s) read
Indicates a list of names of any virtual channels in the task for which a remote sense connection error condition has been detected. You must read Remote Sense Error Channels Exist before you read this property. Otherwise, you will receive an error.
Syntax
Namespace: NationalInstruments.DAQmx
public string[] ReadRemoteSenseErrorChannels { 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. |