API Reference v9.3.1

AccelTypeenum

Module: zaber_motion.ascii

Type of acceleration to get or set.

To use this type, add from zaber_motion.ascii import AccelType to the top of your source code.

NameValueDescription
AccelType.ACCEL_DECEL0Both acceleration and deceleration.
AccelType.ACCEL_ONLY1Acceleration only.
AccelType.DECEL_ONLY2Deceleration only.