Attribute String
Quick Facts
| Property | Value |
|---|---|
| Class | CENPyOlpAttributeString |
| Module | cenpylib.CENPyOlpAttributeString |
| Package | cenpylib |
| Release | R2025.2.4 |
| Methods | 2 |
| Inherits from | CENPyOlpAttribute |
Inheritance
Quick Start
# Boilerplate Example
attributeString = ... # obtained from the runtime context
result = attributeString.GetString()Method Index
| Method | Returns | Summary |
|---|---|---|
SetString | — | Set string value of attribute. |
GetString | str | Get string value of attribute. |
Query Methods
GetString
def GetString() -> strGet string value of attribute.
Returns: str — value
Mutation Methods
SetString
def SetString(value: str)Set string value of attribute.
Parameters:
| Name | Type | Description |
|---|---|---|
value | str | new value |
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?