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

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public string[] GetSupportedInstrumentModels()

Remarks

The list is returned as an array of strings.

Returns

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

Exceptions

TypeDescription
System.ObjectDisposedException

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