Navigation

applied_load_dynamic_acceleration

EXPRESS specification:

ENTITY applied_load_dynamic_acceleration
SUBTYPE OF ( applied_load_dynamic);
preset_acceleration_ax  :  OPTIONAL linear_acceleration_measure_with_unit;
preset_acceleration_ay  :  OPTIONAL linear_acceleration_measure_with_unit;
preset_acceleration_az  :  OPTIONAL linear_acceleration_measure_with_unit;
preset_acceleration_arx  :  OPTIONAL rotational_acceleration_measure_with_unit;
preset_acceleration_ary  :  OPTIONAL rotational_acceleration_measure_with_unit;
preset_acceleration_arz  :  OPTIONAL rotational_acceleration_measure_with_unit;
WHERE
WRA11  :  EXISTS (preset_acceleration_ax) OR EXISTS (preset_acceleration_ay) OR EXISTS (preset_acceleration_az) OR EXISTS (preset_acceleration_arx) OR EXISTS (preset_acceleration_ary) OR EXISTS (preset_acceleration_arz);
END_ENTITY;

References (1):

Name Type Referred through Express-G
applied_load_dynamic Entity
Subtype
No Diagram

Inheritance graph

ENTITY applied_load_dynamic_acceleration;
ENTITY applied_load;
applied_load_name  :  label;
ENTITY applied_load_dynamic;
initial_value  :  OPTIONAL applied_load_static;
final_value  :  OPTIONAL applied_load_static;
maximum_value  :  OPTIONAL applied_load_static;
minimum_value  :  OPTIONAL applied_load_static;
number_of_cycles  :  OPTIONAL count_measure;
load_duration  :  OPTIONAL time_measure_with_unit;
load_frequency  :  OPTIONAL frequency_measure_with_unit;
ENTITY applied_load_dynamic_acceleration;
preset_acceleration_ax  :  OPTIONAL linear_acceleration_measure_with_unit;
preset_acceleration_ay  :  OPTIONAL linear_acceleration_measure_with_unit;
preset_acceleration_az  :  OPTIONAL linear_acceleration_measure_with_unit;
preset_acceleration_arx  :  OPTIONAL rotational_acceleration_measure_with_unit;
preset_acceleration_ary  :  OPTIONAL rotational_acceleration_measure_with_unit;
preset_acceleration_arz  :  OPTIONAL rotational_acceleration_measure_with_unit;
END_ENTITY;