RfpmSwitchDriverIdentity.GetGroupCapabilities Method
- Updated2023-12-28
- 1 minute(s) read
RfpmSwitchDriverIdentityGetGroupCapabilities Method
Returns a list of names of the class capability groups implemented by the IVI-specific driver.
Namespace: NationalInstruments.ModularInstruments.NIRfpmSwitch
Assembly: NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40 (in NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40.dll) Version: 2023
Syntax
public string[] GetGroupCapabilities()
Public Function GetGroupCapabilities As String()
Return Value
Type: StringThe list of names of the class capability groups implemented by the IVI-specific driver. Because the NI-RFPM Switch driver is not class-compliant, this property always returns an empty array.
Implements
IIviDriverIdentityGetGroupCapabilitiesExceptions
Exception | Condition |
---|---|
ObjectDisposedException | GetGroupCapabilities was called after the associated NIRfpmSwitch object was disposed. |