RfsgDriverIdentity.GetSupportedInstrumentModels Method
- Updated2025-05-22
- 1 minute(s) read
Rfsg
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
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.