Creating remote displacement using scripting
Erik Kostson
Member, Employee Posts: 200
✭✭✭✭
An error similar to what is explained here is given:
https://forum.ansys.com/forums/topic/set-remote-displacement-with-scripting/
how can I resolve this?
0
Best Answer
-
The below script is needed to make it work. Also as it is a ramped load time=0 can not have a displacement so start at next time point.
x=1 rd.XComponent.Output.DefinitionType=VariableDefinitionType.Discrete # this is needed rd.XComponent.Output.SetDiscreteValue(1, Quantity(x, “m”))
0
This discussion has been closed.