Core Event
Quick Facts
| Property | Value |
|---|---|
| Class | OlpCorePythonEvent |
| Module | cenpyolpcore.OlpCorePythonEvent |
| Package | cenpyolpcore |
| Release | R2025.2.4 |
| Methods | 3 |
| Inherits from | OlpCorePythonProgramComponent |
| Subclasses | Download Event |
Inheritance
Quick Start
# Boilerplate Example
coreEvent = ... # obtained from the runtime context
result = coreEvent.GetEventType()Method Index
| Method | Returns | Summary |
|---|---|---|
GetEventType | EventType | Gets the type of the event |
GetGroupName | str | Gets the event group name |
GetInsertPosition | InsertPosition | Gets the insert position |
Query Methods
GetEventType
def GetEventType() -> EventTypeGets the type of the event
Returns: EventType — returns the event type
GetGroupName
def GetGroupName() -> strGets the event group name
Returns: str — returns the event group name
GetInsertPosition
def GetInsertPosition() -> InsertPositionGets the insert position
Returns: InsertPosition — returns the event insert position
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?