Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsCore InfrastructureDouble Array Attribute

Double Array Attribute

Quick Facts

PropertyValue
ClassOlpCorePythonDoubleArrayAttribute
Modulecenpyolpcore.OlpCorePythonDoubleArrayAttribute
Packagecenpyolpcore
ReleaseR2025.2.4
Methods1
Inherits fromOlpCorePythonAttribute
SubclassesSet Double Array Attribute

Inheritance

Quick Start

# Boilerplate Example doubleArrayAttribute = ... # obtained from the runtime context result = doubleArrayAttribute.GetValues()

Method Index

MethodReturnsSummary
GetValueslist[float]

Query Methods

GetValues

def GetValues() -> list[float]

Returns: list[float]

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?