Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsAttributesAttribute String

Attribute String

Quick Facts

PropertyValue
ClassCENPyOlpAttributeString
Modulecenpylib.CENPyOlpAttributeString
Packagecenpylib
ReleaseR2025.2.4
Methods2
Inherits fromCENPyOlpAttribute

Inheritance

Quick Start

# Boilerplate Example attributeString = ... # obtained from the runtime context result = attributeString.GetString()

Method Index

MethodReturnsSummary
SetStringSet string value of attribute.
GetStringstrGet string value of attribute.

Query Methods

GetString

def GetString() -> str

Get string value of attribute.

Returns: str — value

Mutation Methods

SetString

def SetString(value: str)

Set string value of attribute.

Parameters:

NameTypeDescription
valuestrnew value

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?