Skip to Content

Wait For Bool Sensor Event

Quick Facts

PropertyValue
ClassCENPyOlpWaitForBoolSensorEvent
Modulecenpylib.CENPyOlpWaitForBoolSensorEvent
Packagecenpylib
ReleaseR2025.2.4
Methods2
Inherits fromCENPyOlpBuiltInEvent

Inheritance

Quick Start

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

Method Index

MethodReturnsSummary
GetValueboolGet defined value.
SetValueSet the new value.

Query Methods

GetValue

def GetValue() -> bool

Get defined value.

Returns: bool — Defined state.

Mutation Methods

SetValue

def SetValue(value: bool)

Set the new value.

Parameters:

NameTypeDescription
valueboolNew value.

Version Notes

This class is documented as of release R2026.1.1.

Was this page helpful?