Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsEvent HandlingFloat Array Actor Event

Float Array Actor Event

Quick Facts

PropertyValue
ClassCENPyOlpFloatArrayActorEvent
Modulecenpylib.CENPyOlpFloatArrayActorEvent
Packagecenpylib
ReleaseR2025.2.4
Methods3
Inherits fromCENPyOlpBuiltInEvent

Inheritance

Quick Start

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

Method Index

MethodReturnsSummary
SetValuesSet actor value.
GetValueSizeintGet actor value size.
GetValueslistGet actor values.

Query Methods

GetValueSize

def GetValueSize() -> int

Get actor value size.

Returns: int — the number of float values

GetValues

def GetValues() -> list

Get actor values.

Returns: list — actor values as a vector of floats

Mutation Methods

SetValues

def SetValues(values: list)

Set actor value.

Parameters:

NameTypeDescription
valueslistnew values as array of floats

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?