NIRfsa Namespace

Table of Contents

RfsaDriverUtility.GetRelayName Method

  • Updated2025-07-17
  • 1 minute(s) read
RfsaDriverUtility.GetRelayName Method

RfsaDriverUtilityGetRelayName Method

Returns the name of a relay for your device.

Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025

Syntax

public string GetRelayName(
	int indexOfRelay
)
Public Function GetRelayName ( 
	indexOfRelay As Integer
) As String

Parameters

indexOfRelay  Int32
Specifies the index of the relay.

Return Value

String
Returns a String representing the name of a relay.

Exceptions

ExceptionCondition
ObjectDisposedException The GetRelayName(Int32) method was accessed after the associated NIRfsa object was disposed.

See Also

Log in to get a better experience