Skip to Content

Core Event

Quick Facts

PropertyValue
ClassOlpCorePythonEvent
Modulecenpyolpcore.OlpCorePythonEvent
Packagecenpyolpcore
ReleaseR2025.2.4
Methods3
Inherits fromOlpCorePythonProgramComponent
SubclassesDownload Event

Inheritance

Quick Start

# Boilerplate Example coreEvent = ... # obtained from the runtime context result = coreEvent.GetEventType()

Method Index

MethodReturnsSummary
GetEventTypeEventTypeGets the type of the event
GetGroupNamestrGets the event group name
GetInsertPositionInsertPositionGets the insert position

Query Methods

GetEventType

def GetEventType() -> EventType

Gets the type of the event

Returns: EventType — returns the event type

GetGroupName

def GetGroupName() -> str

Gets the event group name

Returns: str — returns the event group name

GetInsertPosition

def GetInsertPosition() -> InsertPosition

Gets the insert position

Returns: InsertPosition — returns the event insert position

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?