How to define the velocity of the driver with a series of data?

Hi, I want to change the velocity of the following measure from constant one to inconstant one. The nstep of the study is 5. Currently, the velocity is -0.2/step.
1660552316(1)
I want it to be -0.2, -0.1, -0.05, 1.2, and 1.9 for the first five steps. However, I don't know how to achieve this goal, could you give some example code about this? Thanks!
Best,
TJ

Hi @Taejun

The simple driver you are using supports only constant position or velocity changes.
To achieve what you want you can change the driver class to another type such as the Fourier, Interpol or Polynomial driver class. There you can define a variable velocity.

Best regards,
Bjørn

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.