Browse By Tags

  • A problem retrieve data from soiltest by python

    Hi, I developed a code below to retrieve data (Shear_strain_xy & Shear_stress_xy) from the DSS test of the Soiltest module in Plaxis 2D Ultimate (academic version). This code was already working, but after upgrading to the latest version of Plaxis …
  • Error in getting results of soiltest in python scripting

    I want to get the q、ε、Pexcess after soil test ,but got the following error when the Python script ran. code: from plxscripting.easy import* s_t, g_t = new_server('localhost', 10001, password='19961217') def triaxial(cellpressure,E50,Eoed,Eur): g_t…