GetRelayOperationsCount()
- Updated2025-10-14
- 1 minute(s) read
Returns an array consisting of all the relay counts for your device.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public int[] GetRelayOperationsCount()
Returns
Returns an Int32 representing the array consisting of all the relay counts for your device.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The GetRelayOperationsCount method was accessed after the associated NIRfsa object was disposed. |