 | IMovableItemMoveToRelativePosition Method |
Move the movable item to a relative position. The command is blocking (it will return after the movable item has finished moving).
Namespace:
LynceeTec.API.Hardware
Assembly:
LynceeTec.API.Hardware (in LynceeTec.API.Hardware.dll) Version: 10.1.23514.0 , built 2023-11-07 12:27:42 UTC
Syntaxvoid MoveToRelativePosition(
double position
)
void MoveToRelativePosition(
double position
)
Parameters
- position
- Type: SystemDouble
Relative target position of the move. (The unit is always SI and depends on the type of axis: [m] for linear axes
and [rad] for rotation axes)
See Also