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:<pre>DYNAMIC_ANALYSIS.MODAL.setActive(true) DYNAMIC_ANALYSIS.MODAL.setActive(false) DYNAMIC_ANALYSIS.MODAL.isActive()</pre>

SPECTRAL

bool

Response Spectrum Analysis | This property is used to activate or deactivate given addon. Available functions are setActive(bool) and isActive(). Examples:<pre>DYNAMIC_ANALYSIS.SPECTRAL.setActive(true) DYNAMIC_ANALYSIS.SPECTRAL.setActive(false) DYNAMIC_ANALYSIS.SPECTRAL.isActive()</pre>

TIME_HISTORY

bool

Time History Analysis | This property is used to activate or deactivate given addon. Available functions are setActive(bool) and isActive(). Examples:<pre>DYNAMIC_ANALYSIS.TIME_HISTORY.setActive(true) DYNAMIC_ANALYSIS.TIME_HISTORY.setActive(false) DYNAMIC_ANALYSIS.TIME_HISTORY.isActive()</pre>

PUSHOVER

bool

Pushover Analysis | This property is used to activate or deactivate given addon. Available functions are setActive(bool) and isActive(). Examples:<pre>DYNAMIC_ANALYSIS.PUSHOVER.setActive(true) DYNAMIC_ANALYSIS.PUSHOVER.setActive(false) DYNAMIC_ANALYSIS.PUSHOVER.isActive()</pre>

HARMONIC_RESPONSE

bool

Harmonic Response Analysis | This property is used to activate or deactivate given addon. Available functions are setActive(bool) and isActive(). Examples:<pre>DYNAMIC_ANALYSIS.HARMONIC_RESPONSE.setActive(true) DYNAMIC_ANALYSIS.HARMONIC_RESPONSE.setActive(false) DYNAMIC_ANALYSIS.HARMONIC_RESPONSE.isActive()</pre>

id_for_export_import

str

metadata_for_export_import

str