API Reference v9.2.0

TriggerEnabledStatedata class

Module: zaber_motion.ascii

The enabled state of a single trigger. Returns whether the given trigger is enabled and the number of times it will fire. This is a subset of the complete state, and is faster to query.

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

Related Guides:

Index

Properties

p

enabled

trigger_enabled_state.enabled
bool The enabled state for a trigger.
p

fires_remaining

trigger_enabled_state.fires_remaining
int The number of remaining fires for this trigger. A value of -1 indicates unlimited fires remaining.