Built In Event
Quick Facts
| Property | Value |
|---|---|
| Class | CENPyOlpBuiltInEvent |
| Module | cenpylib.CENPyOlpBuiltInEvent |
| Package | cenpylib |
| Release | R2025.2.4 |
| Methods | 4 |
| Subclasses | Acceleration Event, Accuracy Event, Bool Actor Event, Dwell Event, Float Array Actor Event, Logic Port Event, Resource Port Event, Set Bool Signal Event, Set Float Signal Event, Set Int Signal Event, Speed Event, Sync Robots Event, Tool Event, Wait For Bool Sensor Event, Wait For Bool Signal Event, Wait For Float Signal Event, Wait For Int Signal Event |
Inheritance
Quick Start
# Boilerplate Example
# Acquire the event object from the runtime context
builtInEvent = ... # provided by the frameworkMethod Index
| Method | Returns | Summary |
|---|---|---|
GetType | int | Get type of target output for event. |
GetOutputTarget | int | Get type of target output for event. |
SetOutputTarget | — | Set type of target output for event. |
GetBuiltInEventInsertPosition | int | Get the event’s insert Position before/after. |
Query Methods
GetType
def GetType() -> intGet type of target output for event.
Returns: int — target output type
GetOutputTarget
def GetOutputTarget() -> intGet type of target output for event.
Returns: int — target output type
GetBuiltInEventInsertPosition
def GetBuiltInEventInsertPosition() -> intGet the event’s insert Position before/after.
Returns: int — insert Position before/after
Mutation Methods
SetOutputTarget
def SetOutputTarget(builtInEventOutput: int)Set type of target output for event.
Parameters:
| Name | Type | Description |
|---|---|---|
builtInEventOutput | int | Type of target recipient for event. |
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?