NIRfsg Namespace

Table of Contents

RfsgDriverIdentity.GetSupportedInstrumentModels Method

  • Updated2025-05-22
  • 1 minute(s) read
RfsgDriverIdentity.GetSupportedInstrumentModels Method

RfsgDriverIdentityGetSupportedInstrumentModels Method

Returns a list of names of instrument models with which the IVI specific driver is compatible.

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

Syntax

public string[] GetSupportedInstrumentModels()
Public Function GetSupportedInstrumentModels As String()

Return Value

String
Returns a String containing the list of names of instrument models with which the NI-RFSG is compatible.

Exceptions

ExceptionCondition
ObjectDisposedException The GetSupportedInstrumentModels method was accessed after the associated NIRfsg object was disposed.

Remarks

The list is returned as an array of strings.

See Also

Log in to get a better experience