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

DCPowerDriverIdentityGetGroupCapabilities Method
Returns a list of names of class capability groups that the IVI specific driver implements.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public string[] GetGroupCapabilities()
Public Function GetGroupCapabilities As String()
Return Value
Type: StringReturns an array of String containing the list of names of class capability groups that the NI-DCPower driver implements.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The GetGroupCapabilities method was accessed after the associated NIDCPower object was disposed. |