Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsCore InfrastructureString Array Attribute

String Array Attribute

Quick Facts

PropertyValue
ClassOlpCorePythonStringArrayAttribute
Modulecenpyolpcore.OlpCorePythonStringArrayAttribute
Packagecenpyolpcore
ReleaseR2025.2.4
Methods1
Inherits fromOlpCorePythonAttribute
SubclassesSet String Array Attribute

Inheritance

Quick Start

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

Method Index

MethodReturnsSummary
GetValueslist[str]

Query Methods

GetValues

def GetValues() -> list[str]

Returns: list[str]

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?