This topic has been posted before, but that solution is not working for me.
Have the following template:
<!--Simulate for 0.5 seconds -->
<Simulate
analysis_type = "Transient"
end_time = "0.5"
print_interval = "0.01"
/>
<Deactivate
element_type = "FORCE"
element_id = "{frc_0.idstring}"
/>
<Simulate
analysis_type = "Transient"
end_time = "5"
print_interval = "0.01"
/>
<STOP/>
It's writing text to solver command file for MotionSolve. The edit box is clicked out before solving. The id string is evaluated to correct number.
Following error message window pops up after the initial 0.5s:
Motion runtime error
'function' object has no attribute '_bases_'
However no error message in the log.
If I replace the "deactivate force"-code with a "deactivate joint" it works.
If I remove the "deactivate force"-code it works.
Please help me understand what i'm doing wrong.
/Dave