Set Int Signal Event
Quick Facts
| Property | Value |
|---|---|
| Class | CENPyOlpSetIntSignalEvent |
| Module | cenpylib.CENPyOlpSetIntSignalEvent |
| Package | cenpylib |
| Release | R2025.2.4 |
| Methods | 2 |
| Inherits from | CENPyOlpBuiltInEvent |
Inheritance
Quick Start
# Boilerplate Example
# Acquire the event object from the runtime context
setIntSignalEvent = ... # provided by the frameworkMethod Index
| Method | Returns | Summary |
|---|---|---|
SetValue | — | Set the value. |
GetValue | int | Get the value. |
Query Methods
GetValue
def GetValue() -> intGet the value.
Returns: int — Value stored in the event.
Mutation Methods
SetValue
def SetValue(value: int)Set the value.
Parameters:
| Name | Type | Description |
|---|---|---|
value | int | New value to be set. |
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?