• How to specify project data such as name, description, type of calculation in axisymmetric and number of nodes in 15 in a python script?

    Hello, I am developing a python script and I do not know how to specify the project data such as the name, the description, the type of calculation in axisymmetric and the number of nodes in 15
  • No module named 'plxscripting'

    Hi there, I'm trying to run a python script with PLAXIS 2D with IDLE and SciTE, but I get the following error: Traceback (most recent call last): File "D:/PLX_IDLE.py", line 4, in <module> from plxscripting.easy import * ModuleNotFoundError: No module…
  • Scripting (Python/SciTE) to gather results in PLAXIS 2D

    Hello! Im trying to use scripting (Python/SciTE) to gather the SF or maximum displacements in PLAXIS 2D. Any suggestions on how to gather the results? (This will be a part in a parameter optimization study)
  • Get the ID rather than the phase number when scripting

    Hello! This might be a real simple question but I cannot seem to find any solution online When writing scripts and per the examples available on the website - the results often are presented as for example : Phase 3, max moment 45 knm/m. As the…
  • Remote scripting and get_equivalent function

    Hello, I am using remote scripting on Plaxis 3D (usign Spyder), and I am having an issue when trying to use the function get_equivalent (to obtain an equivalent entity on Plaxis Output). I am following the example script for the addcurvepoint command…
  • How to capture Exception in python scripting for new_server function?

    I tried to capture the exception case with the following code when the function of new_server is called with wrong scrpting server port ID or password. ======================================================================================== try :…