ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgDriverIdentity.GetGroupCapabilities Method

  • Updated2024-05-08
  • 1 minute(s) read
RfsgDriverIdentity.GetGroupCapabilities Method

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: String
Returns a String containing the list of names of class capability groups that the NI-RFSG driver implements.

Exceptions

ExceptionCondition
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.

See Also

Log in to get a better experience