I want to do soil test in python. I can only find Command in Help, but i can't find the python code.
Awesome! Glad I could help. As long as you have what you need, that's what matters!
Have a nice day!
Hello!
Now I encounter with another question, I have an error when I want to print the deviatoric stress from soil test, which says AttributeError: Requested attribute 'DeviatoricStress' is not present, my simple code displays below, I am confused because I write almost the same as the lesson shows.
from plxscripting.easy import*s_t, g_t = new_server('localhost', 10001, password='19961217')g_t.Triaxial.CellPressure = 100g_t.calculate(g_t.Triaxial)q = g_t.Triaxial.Results.DeviatoricStressprint(format(q))
that's the result of code "g_t.Triaxial.Results.DeviatoricStress" running on Jupyter QtConsole
FYIcommunities.bentley.com/.../error-in-getting-results-of-soiltest-in-python-scripting
Dear Stefanosthe link for SIG workshop above is not working, please is there any update?thank you