RfsaDriverUtility.GetRelayOperationsCount Method
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Returns an array consisting of all the relay counts for your device.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public int[] GetRelayOperationsCount()
Public Function GetRelayOperationsCount As Integer()
Return Value
Int32Returns an Int32 representing the array consisting of all the relay counts for your device.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The GetRelayOperationsCount method was accessed after the associated NIRfsa object was disposed. |