run Script with windows command line
Posted: Mon Dec 09, 2013 7:31 am
Hi
I have some problems with running a "py"- script form the windows command line!
I have a fullbodymodel which I scale with a measurementset file. Afterwards I load a motion with joint angles.
My aim is to have a plot which shows the "muscle-fibre length" over the time of the motionfile.
I wrote a Script, which works correctly in the GUI.
But now i have the problem that it doesn't work on the API.
At first on my script I load a Model with loadModel()
the Error that occur is "function loadModel is unknown"
I think I have to set a Classpath form a package.
I tried it with import.org.opensim.untils --> but the same result
i would be very thankful if someone could help me!
best regards
Ursula Schulz
I have some problems with running a "py"- script form the windows command line!
I have a fullbodymodel which I scale with a measurementset file. Afterwards I load a motion with joint angles.
My aim is to have a plot which shows the "muscle-fibre length" over the time of the motionfile.
I wrote a Script, which works correctly in the GUI.
But now i have the problem that it doesn't work on the API.
At first on my script I load a Model with loadModel()
the Error that occur is "function loadModel is unknown"
I think I have to set a Classpath form a package.
I tried it with import.org.opensim.untils --> but the same result
i would be very thankful if someone could help me!
best regards
Ursula Schulz