sergio4
Geotechnical
- Nov 18, 2017
- 1
Hi everyone
I am looking for the right variable to modify the user model in my PLAXIS project using remote scripting (Python 3). Instructions are not clear and "UserDLLName" nor "UserModel" are not a accepted by PLAXIS so I am not able to set my saved model.
Any ideas I could try out?
Thank you
I am looking for the right variable to modify the user model in my PLAXIS project using remote scripting (Python 3). Instructions are not clear and "UserDLLName" nor "UserModel" are not a accepted by PLAXIS so I am not able to set my saved model.
Code:
g.sps(g.SoilMat_1, "SoilModel", "userdefined", "DrainageType", "drained", "cref", 1, "GRef", 1, "UserDLLName", '"mod_0864.dll"', "UserModel", "'mod'")
Any ideas I could try out?
Thank you