Core Technology
Quick Facts
| Property | Value |
|---|---|
| Class | OlpCorePythonTechnology |
| Module | cenpyolpcore.OlpCorePythonTechnology |
| Package | cenpyolpcore |
| Release | R2025.2.4 |
| Methods | 3 |
Quick Start
# Boilerplate Example
coreTechnology = ... # obtained from the runtime context
result = coreTechnology.GetName()Method Index
| Method | Returns | Summary |
|---|---|---|
GetName | str | Gets the name of the technology |
GetVersion | int | Gets the version |
GetUuid | str | Gets UUID of the technology |
Query Methods
GetName
def GetName() -> strGets the name of the technology
Returns: str — returns the technology name as string
GetVersion
def GetVersion() -> intGets the version
Returns: int — returns the technology version
GetUuid
def GetUuid() -> strGets UUID of the technology
Returns: str — returns the technology UUID as string
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?