Main Content

getDataStoreInterfaces

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

Return information about datastore measurement service interfaces

Since R2023a

Syntax

dataStoreInterfaces = getDataStoreInterfaces(measurementInterfaceObj)

Description

dataStoreInterfaces = getDataStoreInterfaces(measurementInterfaceObj) returns the coder.descriptor.DataInterface object that represents the datastore 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

Datastore 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