Wait For Bool Sensor Event
Quick Facts
| Property | Value |
|---|---|
| Class | CENPyOlpWaitForBoolSensorEvent |
| Module | cenpylib.CENPyOlpWaitForBoolSensorEvent |
| Package | cenpylib |
| Release | R2025.2.4 |
| Methods | 2 |
| Inherits from | CENPyOlpBuiltInEvent |
Inheritance
Quick Start
# Boilerplate Example
# Acquire the event object from the runtime context
waitForBoolSensorEvent = ... # provided by the frameworkMethod Index
| Method | Returns | Summary |
|---|---|---|
GetValue | bool | Get defined value. |
SetValue | — | Set the new value. |
Query Methods
GetValue
def GetValue() -> boolGet defined value.
Returns: bool — Defined state.
Mutation Methods
SetValue
def SetValue(value: bool)Set the new value.
Parameters:
| Name | Type | Description |
|---|---|---|
value | bool | New value. |
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?