Is it possible to sum two values in the Command Line?

I would like to control my Plaxis model via external software. For that, I want to assign a new value for the cohesion cRef to a soil zone and this is composed of a calculated value plus the value of another soil material. Basically, I am looking for a way to make the following work:

_set Soil2.cRef (Soil1.cRef + 5)

The input is wrong of course, but maybe there is a syntax that makes this possible?

Parents Reply Children