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.

NameValueDescription
Ge1xGripperState.NO_REFERENCE_POSITION0The gripper has not been homed and does not have a reference position.
Ge1xGripperState.HOMING1The gripper is currently performing a homing operation.
Ge1xGripperState.IDLE2The gripper is idle at its target position.
Ge1xGripperState.MOVING3The gripper is moving to its target position.
Ge1xGripperState.OBJECT_DETECTED4The gripper has detected an object.
Ge1xGripperState.OBJECT_DROPPED5The gripper has detected that an object it was holding has been dropped.