RfsgDriverIdentity.GetSupportedInstrumentModels Method
- Updated2024-05-08
- 1 minute(s) read
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: StringReturns a String containing the list of names of instrument models with which the NI-RFSG is compatible.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The GetSupportedInstrumentModels method was accessed after the associated NIRfsg object was disposed. |
Remarks
The list is returned as an array of strings.