Hello all,
I have a following problem: I would like to create a script, which would create the following workflow automatically:
- force1 enabled, force2 disabled
- Calculate equilibrium, and save the model state set
- Read force1 output-value (This can be read using online test call and find manually the force output value)
- Write force1-output-value as preload to the force2
- Disable force1 and use only force2
When I try to write a script, the complicated part comes, when I try to read the force1 output-value after equilibrium. Is there a way to do this using rather elegant script, or do I have to write offline test-call-file, read the file row-by-row, find the correct row and then read the value and close the file?
Simpack