Skip to Content

Dwell Event

Quick Facts

PropertyValue
ClassCENPyOlpDwellEvent
Modulecenpylib.CENPyOlpDwellEvent
Packagecenpylib
ReleaseR2025.2.4
Methods2
Inherits fromCENPyOlpBuiltInEvent

Inheritance

Quick Start

# Boilerplate Example # Acquire the event object from the runtime context dwellEvent = ... # provided by the framework

Method Index

MethodReturnsSummary
SetDwellTimeSet the dwell time, in seconds.
GetDwellTimefloatThe dwell time, in seconds.

Query Methods

GetDwellTime

def GetDwellTime() -> float

The dwell time, in seconds.

Returns: float — dwell time

Mutation Methods

SetDwellTime

def SetDwellTime(dwell: float)

Set the dwell time, in seconds.

Parameters:

NameTypeDescription
dwellfloatdwell time (seconds)

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?