Event Operator
Quick Facts
| Property | Value |
|---|---|
| Class | CENPyOlpEventOperator |
| Module | cenpylib.CENPyOlpEventOperator |
| Package | cenpylib |
| Release | R2025.2.4 |
| Methods | 21 |
Quick Start
# Boilerplate Example
# Acquire the event object from the runtime context
eventOperator = ... # provided by the frameworkMutation Methods
| Method | Returns | Summary |
|---|---|---|
AddEvent | CENPyOlpEventObject | Add Technology Event on input toolpath element or at the end of the toolpath segment. |
AddEventWaitForBoolSensor | CENPyOlpWaitForBoolSensorEvent | Adds a WaitForBoolSensor event to target toolpath element. |
AddEventBoolActor | CENPyOlpBoolActorEvent | Adds a BoolActor event to target toolpath element. |
AddEventFloatArrayActor | CENPyOlpFloatArrayActorEvent | Adds a FloatArrayActor event to target toolpath element. |
AddEventSetBoolSignal | CENPyOlpSetBoolSignalEvent | Adds a SetBoolSignal event to target toolpath element. |
AddEventSetFloatSignal | CENPyOlpSetFloatSignalEvent | Adds a SetFloatSignal event to target toolpath element. |
AddEventSetIntSignal | CENPyOlpSetIntSignalEvent | Adds a SetIntSignal event to target toolpath element. |
AddEventWaitForBoolSignal | CENPyOlpWaitForBoolSignalEvent | Adds a WaitForBoolSignalEvent to target toolpath element. |
AddEventWaitForFloatSignal | CENPyOlpWaitForFloatSignalEvent | Adds a WaitForFloatSignalEvent to target toolpath element. |
AddEventWaitForIntSignal | CENPyOlpWaitForIntSignalEvent | Adds a WaitForIntSignalEvent to target toolpath element. |
AddSpeed | CENPyOlpSpeedEvent | Adds a Speed event to target toolpath element. |
AddToolEvent | CENPyOlpToolEvent | Adds a Tool event to target toolpath element. |
AddToolEvent | CENPyOlpToolEvent | Adds a Tool event to target toolpath element. |
AddAccuracyEvent | CENPyOlpAccuracyEvent | Adds a Accuracy event to target toolpath element. |
AddDwellEvent | CENPyOlpDwellEvent | Adds a Dwell event to target toolpath element. |
AddSyncRobotsEvent | CENPyOlpSyncRobotsEvent | Adds a Synchronize Robots event to target toolpath element. |
AddAccelerationEvent | CENPyOlpAccelerationEvent | Adds a Acceleration event to target toolpath element. |
AddSetResourcePortEvent | CENPyOlpSetResourcePortEvent | Adds a SetResourcePort event to target toolpath element. |
AddSetResourcePortEvent | CENPyOlpSetResourcePortEvent | Adds a SetResourcePort event to target toolpath element. |
AddWaitForResourcePortEvent | CENPyOlpWaitForResourcePortEvent | Adds a WaitForResourcePort event to target toolpath element. |
Execution & Actions
| Method | Returns | Summary |
|---|---|---|
ExecuteEvent | — | Triggers a recompute at the given event. |
Related Types
- Event Object
- Tp Element
- Wait For Bool Sensor Event
- Sensor
- Bool Actor Event
- Actor
- Float Array Actor Event
- Set Bool Signal Event
- Set Float Signal Event
- Set Int Signal Event
- Wait For Bool Signal Event
- Wait For Float Signal Event
- Wait For Int Signal Event
- Speed Event
- Tool Event
- Accuracy Event
- Dwell Event
- Sync Robots Event
- Acceleration Event
- Set Resource Port Event
- Wait For Resource Port Event
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?