coder.asap2.RecordLayout
Description
Create a record layout object to define a record layout element and export it to an ASAP2 file.
Creation
creates a record
layout object. You can use the object to define a record layout and export it to an ASAP2
file.rec
= coder.asap2.RecordLayout
Properties
This table shows the fields of the record layout
object.
Element | Description |
---|---|
Name | Unique identifier in the ECU program |
Record | Description of the element in structure format. For example, struct('Name','Record1',... 'Position',1,... 'DataType','int',... 'IndexMode','COLUMN_DIR',... 'IndexOrder','INDEX_INCR',... 'AddressType','DIRECT') |
CustomData | Any ASAP2 (a2l) snippet provided by the user |
Examples
Version History
Introduced in R2023a