Hi everyone, I would like to enter a 3rd-order polynomial, -4e6*x^3-2e-8*x^2-148372x for the stiffness of a bushing. I am using the following expression:
'Poly(DX,0,0,-148372,-2e-8,-4e6)'
or in python API:
bush1.kx.type = 'EXPR'
bush1.kx.expr = "`Poly(DX,0,0,-148372,-2e-8,-4e6)`"
It gives me an error.
Thanks