 | IMotorItemGoToPhysicalPosition Method |
Moves to an absolute position. Synchronous
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 GoToPhysicalPosition(
double position
)
void GoToPhysicalPosition(
double position
)
Parameters
- position
- Type: SystemDouble
The position to move to, in the physical unit of the motor. (The unit is always SI and depends on the type of motor: [m] for linear motors
and [rad] for rotation motors)
See Also