API Reference v9.2.0
Ge1xGripperStateenum
Module: ZaberMotionProduct
State of a GE1x series gripper.
To use this type, add import ZaberMotionProduct to the top of your source code.
| Name | Value | Description |
|---|---|---|
Ge1xGripperState.noReferencePosition | 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.objectDetected | 4 | The gripper has detected an object. |
Ge1xGripperState.objectDropped | 5 | The gripper has detected that an object it was holding has been dropped. |