GetConfiguration

virtual std::tuple<double, double> IAbsMove::GetConfiguration() = 0

Gets the target position and end velocity for this absolute move.

Returns

std::tuple<double, double> – Tuple containing the position (element 0) and end velocity (element 1).

Throws