Main Content

coder.descriptor.DataTransferElement Class

Namespace: coder.descriptor

Return information about data transfer signal

Since R2022b

Description

An object of the coder.descriptor.DataTransferElement class represents the data transfer signal that connects communicating functions. You can configure the mapping of a data transfer signal on the Data Transfers tab in the Code Mappings editor or the code mappings programming interface.

Properties

expand all

Data transfer signal name, specified as a character vector or string scalar.

Attributes:

GetAccess
public
SetAccess
public

Initial value of the signal, specified as a character vector or string scalar.

Attributes:

GetAccess
public
SetAccess
public

Data communication method for the data transfer signal, specified as OutsideExecution, DuringExecution, or DirectAccess. You can set this value in the Embedded Coder Dictionary when you define the interface.

Attributes:

GetAccess
public
SetAccess
public

Data transfer functions that the data transfer signal interacts with, specified as an array of coder.descriptor.DataTransferFunction objects.

Attributes:

GetAccess
public

Version History

Introduced in R2022b