Hello,
I need to extract results from each step stored.
I didn't find a way to retrieve results different from this:
This is very high time consuming since seems Plaxis try to load or find each step even if not saved.
Is there a way to create a list of the *ONLY* saved steps?
Thanks in advance,
Filippo
Dear Filippo,
Unfortunately with the current implementation, this is not possible as all steps have (some) data, which can either be from (global) multipliers such as the Mstage or pure soil/structural data.
I have already reported this to our developers and it will be improved in the future.
If a step does not contain data, I would recommend using a try and except approach with Python so that your code does not stop running.
Hello, Stefanos, may I know if this problem has been addressed? I recently need to retrieve the saved steps (about 120 nos) from a total of more than 1500 calculated steps. The only solution that I can think of is to check the "InputSettings" attribute of each step (empty for unsaved steps), and then iterate through all 1500 steps. This is very time-consuming as it may need 1 hour to process. May I know if there is more convenient solution available now? Thanks.
Dear Haifeng,
Not yet. Implementing a "better" approach takes significant time when things involve how we store and manipulate data.
We are working on it and moving forward, but it is still under development.
I can imagine that even 1 hour seems line 1 second in the face of doing things manually, which is already a big step with automation. In the future, we hope that this will be even faster.