Application | PLAXIS 2D PLAXIS 3D |
Version | PLAXIS 2D 2024.2 and later PLAXIS 3D 2024.2 and later |
Date created | 07 April 2025 |
Date modified | 07 April 2025 |
Original author | Stefanos Papavasileiou -
Technical Support Group
|
Keywords | PLAXIS, automation, Python, scripting, API, py, cookbook, phases, settings |
In PLAXIS the large number of phases can make it challenging to configure multiple phase settings. Despite the option to view the phase configuration in a spreadsheet view (F12), the process of updating each setting is error prone and cumbersome.
Using Python, the whole process can become easy and without risking making any accidental mistakes.
This Python script allows assigning multiple phase settings in PLAXIS Input according to user-specified properties. The list of available phase settings is customizable and ensures that only when applicable the available phase settings are updated.
This quick and error-proof process prepares your PLAXIS calculation according to your typical settings you may be using daily.
This script has been tested with PLAXIS 2D and 3D 2024.2 and Python 3.12.3.
phase_settings_configuration_tool.py [Python compressed file]