Skip to Content

Core Technology

Quick Facts

PropertyValue
ClassOlpCorePythonTechnology
Modulecenpyolpcore.OlpCorePythonTechnology
Packagecenpyolpcore
ReleaseR2025.2.4
Methods3

Quick Start

# Boilerplate Example coreTechnology = ... # obtained from the runtime context result = coreTechnology.GetName()

Method Index

MethodReturnsSummary
GetNamestrGets the name of the technology
GetVersionintGets the version
GetUuidstrGets UUID of the technology

Query Methods

GetName

def GetName() -> str

Gets the name of the technology

Returns: str — returns the technology name as string

GetVersion

def GetVersion() -> int

Gets the version

Returns: int — returns the technology version

GetUuid

def GetUuid() -> str

Gets 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?