GetGroupCapabilities()
- Updated2025-10-14
- 1 minute(s) read
Returns a list of names of class capability groups that the IVI specific driver implements.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public string[] GetGroupCapabilities()
Remarks
The list is returned as an array of strings.
The items in the list are capability group names that the IVI class specifications define.
Returns
Returns a String containing the list of names of class capability groups that the NI-RFSG driver implements.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The GetGroupCapabilities method was accessed after the associated NIRfsg object was disposed. |