RfsgDriverIdentity.GetGroupCapabilities Method
- Updated2024-05-08
- 1 minute(s) read
RfsgDriverIdentityGetGroupCapabilities Method
Returns a list of names of class capability groups that the IVI specific driver implements.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public string[] GetGroupCapabilities()
Public Function GetGroupCapabilities As String()
Return Value
Type: StringReturns a String containing the list of names of class capability groups that the NI-RFSG driver implements.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The GetGroupCapabilities method was accessed after the associated NIRfsg object was disposed. |
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.