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