TimeHistoryAnalysisSettings#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | Object number | 
| name | str | Name | 
| user_defined_name_enabled | bool | User-defined name enabled | 
| comment | str | Comment | 
| assigned_to | str | Assigned to | 
| analysis_type | Analysis type | |
| maximum_time | float | Maximum time | t_max | 
| saved_time_step | float | Saved time step | Δ_t | 
| time_step_for_calculation | Time step for calculation | |
| split_saved_time_steps | int | Split saved time steps | 
| mass_matrix_type | Mass matrix type | |
| acting_masses_in_direction_x_enabled | bool | Acting masses in X-direction enabled | u_X | 
| acting_masses_in_direction_y_enabled | bool | Acting masses in Y-direction enabled | u_Y | 
| acting_masses_in_direction_z_enabled | bool | Acting masses in Z-direction enabled | u_Z | 
| acting_masses_about_axis_x_enabled | bool | Acting masses about X-axis enabled | φ_X | 
| acting_masses_about_axis_y_enabled | bool | Acting masses about Y-axis enabled | φ_Y | 
| acting_masses_about_axis_z_enabled | bool | Acting masses about Z-axis enabled | φ_Z | 
| mass_conversion_type | Mass conversion type | |
| neglect_masses | Neglect masses | |
| damping_type | Damping type | |
| lehrs_damping_constant | float | Lehr’s damping constant | D | 
| lehrs_damping_constant_1 | float | Lehr’s damping constant 1 | D_1 | 
| lehrs_damping_constant_2 | float | Lehr’s damping constant 2 | D_2 | 
| rayleigh_damping_parameter_alpha | float | Rayleigh damping parameter alpha | α | 
| rayleigh_damping_parameter_beta | float | Rayleigh damping parameter beta | β | 
| natural_frequency_1 | float | Natural frequency 1 | f_1 | 
| natural_frequency_2 | float | Natural frequency 2 | f_2 | 
| calculate_from_lehrs_damping_enabled | bool | Calculate from Lehr’s damping enabled | 
| neglect_masses_of_selected_objects_table | Neglect masses of selected objects table | |
| id_for_export_import | str | |
| metadata_for_export_import | str | 
Associated Data Types
NeglectMassesOfSelectedObjectsTable#
| Attribute Name | Data Type | Description | 
|---|---|---|
| rows | 
NeglectMassesOfSelectedObjectsTableRow#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | |
| description | str | |
| object_type | ||
| object_list | List[int] | |
| neglect_mass_component_in_direction_x_enabled | bool | |
| neglect_mass_component_in_direction_y_enabled | bool | |
| neglect_mass_component_in_direction_z_enabled | bool | |
| neglect_mass_component_about_axis_x_enabled | bool | |
| neglect_mass_component_about_axis_y_enabled | bool | |
| neglect_mass_component_about_axis_z_enabled | bool | |
| comment | str | 
Associated Enums
AnalysisType#
| Name | 
|---|
| ANALYSIS_TYPE_LINEAR_MODAL | 
| ANALYSIS_TYPE_LINEAR_IMPLICIT_NEWMARK | 
TimeStepForCalculation#
| Name | 
|---|
| TIME_STEP_FOR_CALCULATION_AUTOMATIC | 
| TIME_STEP_FOR_CALCULATION_USER_DEFINED | 
MassMatrixType#
| Name | 
|---|
| MASS_MATRIX_TYPE_DIAGONAL | 
| MASS_MATRIX_TYPE_CONSISTENT | 
| MASS_MATRIX_TYPE_DIAGONAL_TRANSLATIONAL_AND_ROTATIONAL_DOFS | 
| MASS_MATRIX_TYPE_UNIT | 
MassConversionType#
| Name | 
|---|
| MASS_CONVERSION_TYPE_Z_COMPONENT_OF_LOADS | 
| MASS_CONVERSION_TYPE_FULL_LOADS_AS_MASS | 
| MASS_CONVERSION_TYPE_Z_COMPONENT_OF_LOADS_IN_DIRECTION_OF_GRAVITY | 
NeglectMasses#
| Name | 
|---|
| NEGLECT_MASSES_IN_ALL_FIXED_SUPPORTS | 
| NEGLECT_MASSES_NO_NEGLECTION | 
| NEGLECT_MASSES_USER_DEFINED | 
DampingType#
| Name | 
|---|
| DAMPING_TYPE_LEHRS_CONSTANT | 
| DAMPING_TYPE_LEHRS_DIFFERENT_FOR_EACH_MODE | 
| DAMPING_TYPE_RAYLEIGH | 
ObjectType#
| Name | 
|---|
| OBJECT_TYPE_UNKNOWN | 
| OBJECT_TYPE_MEMBER | 
| OBJECT_TYPE_NODE | 
| OBJECT_TYPE_NODE_WITH_SUPPORT |