I'm trying to change the number of slices in the script but I did not find any example.
The script examples can be found in the following directory:C:\Program Files\Bentley\Geotechnical\PLAXIS LE CONNECT Edition V21\API\docs
In there you can open the file Index.html
Then go to Analysis settings under Sub-Modules:
plxle.analysis_settingsThen under Classes go to:
plxle.analysis_settings
ConvergenceSettings
Then on the right side you will see its attributes under ConvergenceSettings and the syntax goes like this:
num_slices : int, optional
num_slices
int
Number of slices. Defaults to 30
30