API Reference v9.2.0

TriggerOperationenum

Module: zaber_motion.ascii

Operation for trigger action.

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

Related Guides:
NameValueDescription
TriggerOperation.SET_TO0Assign the value to the setting (=).
TriggerOperation.INCREMENT_BY1Add the value to the current setting value (+=).
TriggerOperation.DECREMENT_BY2Subtract the value from the current setting value (-=).