GetGroupCapabilities()
- Updated2025-10-06
- 1 minute(s) read
Returns a list of names of class capability groups that the IVI specific driver implements.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public string[] GetGroupCapabilities()
Returns
Returns an array of String containing the list of names of class capability groups that the NI-DCPower driver implements.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The GetGroupCapabilities method was accessed after the associated NIDCPower object was disposed. |