Dwell Event
Quick Facts
| Property | Value |
|---|---|
| Class | CENPyOlpDwellEvent |
| Module | cenpylib.CENPyOlpDwellEvent |
| Package | cenpylib |
| Release | R2025.2.4 |
| Methods | 2 |
| Inherits from | CENPyOlpBuiltInEvent |
Inheritance
Quick Start
# Boilerplate Example
# Acquire the event object from the runtime context
dwellEvent = ... # provided by the frameworkMethod Index
| Method | Returns | Summary |
|---|---|---|
SetDwellTime | — | Set the dwell time, in seconds. |
GetDwellTime | float | The dwell time, in seconds. |
Query Methods
GetDwellTime
def GetDwellTime() -> floatThe dwell time, in seconds.
Returns: float — dwell time
Mutation Methods
SetDwellTime
def SetDwellTime(dwell: float)Set the dwell time, in seconds.
Parameters:
| Name | Type | Description |
|---|---|---|
dwell | float | dwell time (seconds) |
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?