Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsCore InfrastructureInteger Array Attribute

Integer Array Attribute

Quick Facts

PropertyValue
ClassOlpCorePythonIntegerArrayAttribute
Modulecenpyolpcore.OlpCorePythonIntegerArrayAttribute
Packagecenpyolpcore
ReleaseR2025.2.4
Methods1
Inherits fromOlpCorePythonAttribute
SubclassesSet Integer Array Attribute

Inheritance

Quick Start

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

Method Index

MethodReturnsSummary
GetValueslist[int]

Query Methods

GetValues

def GetValues() -> list[int]

Returns: list[int]

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?