API Reference v9.2.0

TriggerStatedata class

Module: zaber_motion.ascii

The complete state of a trigger.

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

Related Guides:

Properties

p

condition

trigger_state.condition
str The firing condition for a trigger.
p

actions

trigger_state.actions
List[str] The actions for a trigger.
p

enabled

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

fires_total

trigger_state.fires_total
int The number of total fires for this trigger. A value of -1 indicates unlimited fires.
p

fires_remaining

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