How do you change the amount of time that the inverse dynamic analysis runs for?
Hi,
it depends if it is a motion capture driven model, then the time comes form the recording and cannot be changed easily.
if it is a paramterized model you can just edit in the study:
tEnd = 360;
nStep = 101;
Thank you so much!