|
ENTITY Inertia_matrix_item SUBTYPE OF (Representation_item); inertia_values : ARRAY [1:6] OF REAL; common_unit : Unit; END_ENTITY; -- Inertia_matrix_item |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Inertia_matrix_item inertia_values: ARRAY [1:6] OF REAL; common_unit: Unit; |
Global rules for this entity data type- |