Main Content

getStateInterfaces

Class: coder.descriptor.MeasurementServiceInterface
Namespace: coder.descriptor

Return information about state measurement service interfaces

Since R2023a

Syntax

stateInterfaces = getStateInterfaces(measurementInterfaceObj)

Description

stateInterfaces = getStateInterfaces(measurementInterfaceObj) returns the coder.descriptor.DataInterface object that represents the state measurement service interface configuration.

Input Arguments

expand all

Measurement service interface object, specified as a coder.descriptor.MeasurementServiceInterface object. You can create this object by using the getServiceInterface method.

Output Arguments

expand all

State measurement 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