Navigation

rotational_acceleration_measure_with_unit

EXPRESS specification:

ENTITY rotational_acceleration_measure_with_unit
SUBTYPE OF ( derived_measure_with_unit);
WHERE
WRR35  :  'STRUCTURAL_FRAME_SCHEMA.ROTATIONAL_ACCELERATION_UNIT' IN TYPEOF (SELF\measure_with_unit.unit_component);
WRR36  :  'STRUCTURAL_FRAME_SCHEMA.ROTATIONAL_ACCELERATION_MEASURE' IN TYPEOF (SELF\measure_with_unit.value_component);
END_ENTITY;

References (7):

Name Type Referred through Express-G
applied_load_dynamic_acceleration Entity
Attribute 'preset_acceleration_arx'
Attribute 'preset_acceleration_ary'
Attribute 'preset_acceleration_arz'
No Diagram
derived_measure_with_unit Entity
Subtype
No Diagram
reaction_acceleration Entity
Attribute 'reaction_acceleration_arx'
Attribute 'reaction_acceleration_ary'
Attribute 'reaction_acceleration_arz'
No Diagram

Inheritance graph

ENTITY rotational_acceleration_measure_with_unit;
ENTITY measure_with_unit;
value_component  :  measure_value;
unit_component  :  unit;
ENTITY derived_measure_with_unit;
ENTITY rotational_acceleration_measure_with_unit;
END_ENTITY;