ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_docRfsgDriverIdentity.GetSupportedInstrumentModels MethodCurrent page
Table of Contents

RfsgDriverIdentity.GetSupportedInstrumentModels Method

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.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

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

Return Value

Type: 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

Was this information helpful?