Skip to Content

Built In Event

Quick Facts

PropertyValue
ClassCENPyOlpBuiltInEvent
Modulecenpylib.CENPyOlpBuiltInEvent
Packagecenpylib
ReleaseR2025.2.4
Methods4
SubclassesAcceleration 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 framework

Method Index

MethodReturnsSummary
GetTypeintGet type of target output for event.
GetOutputTargetintGet type of target output for event.
SetOutputTargetSet type of target output for event.
GetBuiltInEventInsertPositionintGet the event’s insert Position before/after.

Query Methods

GetType

def GetType() -> int

Get type of target output for event.

Returns: int — target output type

GetOutputTarget

def GetOutputTarget() -> int

Get type of target output for event.

Returns: int — target output type

GetBuiltInEventInsertPosition

def GetBuiltInEventInsertPosition() -> int

Get 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:

NameTypeDescription
builtInEventOutputintType of target recipient for event.

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?