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

Set Float Signal Event

Quick Facts

PropertyValue
ClassCENPyOlpSetFloatSignalEvent
Modulecenpylib.CENPyOlpSetFloatSignalEvent
Packagecenpylib
ReleaseR2025.2.4
Methods2
Inherits fromCENPyOlpBuiltInEvent

Inheritance

Quick Start

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

Method Index

MethodReturnsSummary
SetValueSet the value.
GetValuefloatGet the value.

Query Methods

GetValue

def GetValue() -> float

Get the value.

Returns: float — Value stored in the event.

Mutation Methods

SetValue

def SetValue(value: float)

Set the value.

Parameters:

NameTypeDescription
valuefloatNew value to be set.

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?