Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsEvent HandlingEvent OperatorEvent Operator

Event Operator

Quick Facts

PropertyValue
ClassCENPyOlpEventOperator
Modulecenpylib.CENPyOlpEventOperator
Packagecenpylib
ReleaseR2025.2.4
Methods21

Quick Start

# Boilerplate Example # Acquire the event object from the runtime context eventOperator = ... # provided by the framework

Mutation Methods

MethodReturnsSummary
AddEventCENPyOlpEventObjectAdd Technology Event on input toolpath element or at the end of the toolpath segment.
AddEventWaitForBoolSensorCENPyOlpWaitForBoolSensorEventAdds a WaitForBoolSensor event to target toolpath element.
AddEventBoolActorCENPyOlpBoolActorEventAdds a BoolActor event to target toolpath element.
AddEventFloatArrayActorCENPyOlpFloatArrayActorEventAdds a FloatArrayActor event to target toolpath element.
AddEventSetBoolSignalCENPyOlpSetBoolSignalEventAdds a SetBoolSignal event to target toolpath element.
AddEventSetFloatSignalCENPyOlpSetFloatSignalEventAdds a SetFloatSignal event to target toolpath element.
AddEventSetIntSignalCENPyOlpSetIntSignalEventAdds a SetIntSignal event to target toolpath element.
AddEventWaitForBoolSignalCENPyOlpWaitForBoolSignalEventAdds a WaitForBoolSignalEvent to target toolpath element.
AddEventWaitForFloatSignalCENPyOlpWaitForFloatSignalEventAdds a WaitForFloatSignalEvent to target toolpath element.
AddEventWaitForIntSignalCENPyOlpWaitForIntSignalEventAdds a WaitForIntSignalEvent to target toolpath element.
AddSpeedCENPyOlpSpeedEventAdds a Speed event to target toolpath element.
AddToolEventCENPyOlpToolEventAdds a Tool event to target toolpath element.
AddToolEventCENPyOlpToolEventAdds a Tool event to target toolpath element.
AddAccuracyEventCENPyOlpAccuracyEventAdds a Accuracy event to target toolpath element.
AddDwellEventCENPyOlpDwellEventAdds a Dwell event to target toolpath element.
AddSyncRobotsEventCENPyOlpSyncRobotsEventAdds a Synchronize Robots event to target toolpath element.
AddAccelerationEventCENPyOlpAccelerationEventAdds a Acceleration event to target toolpath element.
AddSetResourcePortEventCENPyOlpSetResourcePortEventAdds a SetResourcePort event to target toolpath element.
AddSetResourcePortEventCENPyOlpSetResourcePortEventAdds a SetResourcePort event to target toolpath element.
AddWaitForResourcePortEventCENPyOlpWaitForResourcePortEventAdds a WaitForResourcePort event to target toolpath element.

Execution & Actions

MethodReturnsSummary
ExecuteEventTriggers a recompute at the given event.

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?