Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsEvent HandlingSet Int Signal Event

Set Int Signal Event

Quick Facts

PropertyValue
ClassCENPyOlpSetIntSignalEvent
Modulecenpylib.CENPyOlpSetIntSignalEvent
Packagecenpylib
ReleaseR2025.2.4
Methods2
Inherits fromCENPyOlpBuiltInEvent

Inheritance

Quick Start

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

Method Index

MethodReturnsSummary
SetValueSet the value.
GetValueintGet the value.

Query Methods

GetValue

def GetValue() -> int

Get the value.

Returns: int — Value stored in the event.

Mutation Methods

SetValue

def SetValue(value: int)

Set the value.

Parameters:

NameTypeDescription
valueintNew value to be set.

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?