coder.descriptor.ParameterTuningServiceInterface.getParameterArgumentInterfaces - Return information about parameter argument tuning service interfaces - MATLAB (original) (raw)
Main Content
Class: coder.descriptor.ParameterTuningServiceInterface
Namespace: coder.descriptor
Return information about parameter argument tuning service interfaces
Since R2023a
Syntax
parameterArgumentTuningServiceInterfaces = getParameterArgumentInterfaces(parameterTuningInterfaceObj)
Input Arguments
Parameter tuning service interface object, specified as acoder.descriptor.ParameterTuningServiceInterface
object. You can create this object by using the getServiceInterface method.
Output Arguments
Parameter argument tuning service interface, returned as acoder.descriptor.DataInterface
object or an array ofcoder.descriptor.DataInterface
objects. Thecoder.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