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