DynamicAnalysis#
Attribute Name |
Data Type |
Description |
|---|---|---|
MODAL |
bool |
Modal Analysis | This property is used to activate or deactivate given addon. Available functions are setActive(bool) and isActive(). Examples:DYNAMIC_ANALYSIS.MODAL.setActive(true) DYNAMIC_ANALYSIS.MODAL.setActive(false) DYNAMIC_ANALYSIS.MODAL.isActive() |
SPECTRAL |
bool |
Response Spectrum Analysis | This property is used to activate or deactivate given addon. Available functions are setActive(bool) and isActive(). Examples:DYNAMIC_ANALYSIS.SPECTRAL.setActive(true) DYNAMIC_ANALYSIS.SPECTRAL.setActive(false) DYNAMIC_ANALYSIS.SPECTRAL.isActive() |
TIME_HISTORY |
bool |
Time History Analysis | This property is used to activate or deactivate given addon. Available functions are setActive(bool) and isActive(). Examples:DYNAMIC_ANALYSIS.TIME_HISTORY.setActive(true) DYNAMIC_ANALYSIS.TIME_HISTORY.setActive(false) DYNAMIC_ANALYSIS.TIME_HISTORY.isActive() |
PUSHOVER |
bool |
Pushover Analysis | This property is used to activate or deactivate given addon. Available functions are setActive(bool) and isActive(). Examples:DYNAMIC_ANALYSIS.PUSHOVER.setActive(true) DYNAMIC_ANALYSIS.PUSHOVER.setActive(false) DYNAMIC_ANALYSIS.PUSHOVER.isActive() |
HARMONIC_RESPONSE |
bool |
Harmonic Response Analysis | This property is used to activate or deactivate given addon. Available functions are setActive(bool) and isActive(). Examples:DYNAMIC_ANALYSIS.HARMONIC_RESPONSE.setActive(true) DYNAMIC_ANALYSIS.HARMONIC_RESPONSE.setActive(false) DYNAMIC_ANALYSIS.HARMONIC_RESPONSE.isActive() |
id_for_export_import |
str |
|
metadata_for_export_import |
str |