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

Wait For Bool Signal Event

Quick Facts

PropertyValue
ClassCENPyOlpWaitForBoolSignalEvent
Modulecenpylib.CENPyOlpWaitForBoolSignalEvent
Packagecenpylib
ReleaseR2025.2.4
Methods2
Inherits fromCENPyOlpBuiltInEvent

Inheritance

Quick Start

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

Method Index

MethodReturnsSummary
SetValueSet the value.
GetValueboolGet the value.

Query Methods

GetValue

def GetValue() -> bool

Get the value.

Returns: bool — Value stored in the event.

Mutation Methods

SetValue

def SetValue(value: bool)

Set the value.

Parameters:

NameTypeDescription
valueboolNew value to be set.

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?