Skip to Content

Bool Actor Event

Quick Facts

PropertyValue
ClassCENPyOlpBoolActorEvent
Modulecenpylib.CENPyOlpBoolActorEvent
Packagecenpylib
ReleaseR2025.2.4
Methods2
Inherits fromCENPyOlpBuiltInEvent

Inheritance

Quick Start

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

Method Index

MethodReturnsSummary
GetValueboolGet actor value.
SetValueSet actor value.

Query Methods

GetValue

def GetValue() -> bool

Get actor value.

Returns: bool — actor value, True or False

Mutation Methods

SetValue

def SetValue(value: bool)

Set actor value.

Parameters:

NameTypeDescription
valueboolnew value, True or False

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?