IJog

interface IJog : public IMoveCommand, public IApplyParameterSet

A command performing a jogging trajectory.

Remarks

The trajectory generator calculates a trajectory using the actual velocity as start velocity for the trajectory and the configured velocity as end velocity.

double IJog.Configuration { get; set; }