Main Content

getParameterInterfaces

Class: coder.descriptor.ParameterTuningServiceInterface
Namespace: coder.descriptor

Return information about parameter tuning service interfaces

Since R2023a

Syntax

parameterTuningInterfaces = getParameterInterfaces(parameterTuningInterfaceObj)

Description

parameterTuningInterfaces = getParameterInterfaces(parameterTuningInterfaceObj) returns the coder.descriptor.DataInterface object that represents the parameter tuning service interface configuration.

Input Arguments

expand all

Parameter tuning service interface object, specified as a coder.descriptor.ParameterTuningServiceInterface object. You can create this object by using the getServiceInterface method.

Output Arguments

expand all

Parameter tuning service interface, returned as a coder.descriptor.DataInterface object or an array of coder.descriptor.DataInterface objects. The coder.descriptor.DataInterface object describes information about the specified data interface, such as the type of data, Simulink® identifier, graphical name, timing, implementation, and variant information.

Version History

Introduced in R2023a