DCPowerDriverIdentity.GetSupportedInstrumentModels Method
- Updated2024-01-04
- 1 minute(s) read

DCPowerDriverIdentityGetSupportedInstrumentModels Method
Returns a list of names of instrument models with which the IVI specific driver is compatible.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public string[] GetSupportedInstrumentModels()
Public Function GetSupportedInstrumentModels As String()
Return Value
Type: StringReturns an array of String containing the list of names of instrument models with which the NI-DCPower is compatible.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The GetSupportedInstrumentModels method was accessed after the associated NIDCPower object was disposed. |