Hello everyone,
I am trying to automate a multi-step analysis in the Static Structural module using Python scripting from the Automation tab.
My goal is to configure the loads and supports as follows:
Gravity: This must be active in all analysis steps.
Displacements: I have multiple displacement boundary conditions. For each step, only the displacement with the corresponding step number should be active. For example:
- In Step 1, only 'Displacement 1' should be active, and all others deactivated.
- In Step 2, only 'Displacement 2' should be active, and all others deactivated.
...and so on.
Could you provide some guidance or a sample script on how to programmatically control the activation and deactivation of boundary conditions on a per-step basis?
Thanks in advance for your help.