API Reference v9.2.0
Ge1xGripperStateenum
Module: zaber_motion.product
State of a GE1x series gripper.
To use this type, add from zaber_motion.product import Ge1xGripperState to the top of your source code.
| Name | Value | Description |
|---|---|---|
Ge1xGripperState.NO_REFERENCE_POSITION | 0 | The gripper has not been homed and does not have a reference position. |
Ge1xGripperState.HOMING | 1 | The gripper is currently performing a homing operation. |
Ge1xGripperState.IDLE | 2 | The gripper is idle at its target position. |
Ge1xGripperState.MOVING | 3 | The gripper is moving to its target position. |
Ge1xGripperState.OBJECT_DETECTED | 4 | The gripper has detected an object. |
Ge1xGripperState.OBJECT_DROPPED | 5 | The gripper has detected that an object it was holding has been dropped. |