Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsEvent HandlingWait For Bool Sensor Event

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 R2025.2.4.

Was this page helpful?