pylabrobot.brooks.precise_flex.PreciseFlex.dest_j#
- async PreciseFlex.dest_j(arg1: int = 0) Dict[int, float]#
Get the destination or current joint location of the robot.
- Parameters:
arg1 (int) – Selects return value. Defaults to 0.
moving (0 = Return current joint location if robot is not)
move (1 = Return target joint location of the previous or current)
- Returns:
A dict mapping Axis to float values. If arg1 = 1 or robot is moving, returns the target joint positions. If arg1 = 0 and robot is not moving, returns the current joint positions.
- Return type: