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.

NameValueDescription
Ge1xGripperState.noReferencePosition0The 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.objectDetected4The gripper has detected an object.
Ge1xGripperState.objectDropped5The gripper has detected that an object it was holding has been dropped.