NI-RFPM API Reference

Table of Contents

RfpmSwitchDriverIdentity.GetGroupCapabilities Method

  • Updated2023-12-28
  • 1 minute(s) read
RfpmSwitchDriverIdentity.GetGroupCapabilities Method

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: String
The 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

IIviDriverIdentityGetGroupCapabilities

Exceptions

ExceptionCondition
ObjectDisposedExceptionGetGroupCapabilities was called after the associated NIRfpmSwitch object was disposed.

See Also

Log in to get a better experience