Main Content

getSignalInterfaces

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

Return information about signal measurement service interfaces

Since R2023a

Syntax

signalInterfaces = getSignalInterfaces(measurementInterfaceObj)

Description

signalInterfaces = getSignalInterfaces(measurementInterfaceObj) returns the coder.descriptor.DataInterface object that represents the signal 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

Signal 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