To use this type, add from zaber_motion.ascii import TriggerOperation to the top of your source code.
| Name | Value | Description |
|---|---|---|
TriggerOperation.SET_TO | 0 | Assign the value to the setting (=). |
TriggerOperation.INCREMENT_BY | 1 | Add the value to the current setting value (+=). |
TriggerOperation.DECREMENT_BY | 2 | Subtract the value from the current setting value (-=). |