NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerDriverIdentity.GetGroupCapabilities Method

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerDriverIdentity.GetGroupCapabilities Method

DCPowerDriverIdentityGetGroupCapabilities Method

Returns a list of names of class capability groups that the IVI specific driver implements.

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023

Syntax

public string[] GetGroupCapabilities()
Public Function GetGroupCapabilities As String()

Return Value

Type: String
Returns an array of String containing the list of names of class capability groups that the NI-DCPower driver implements.

Exceptions

ExceptionCondition
ObjectDisposedException The GetGroupCapabilities method was accessed after the associated NIDCPower object was disposed.

See Also

Log in to get a better experience