Skip to Content

Core Base Operator

Quick Facts

PropertyValue
ClassOlpCorePythonBaseOperator
Modulecenpyolpcore.OlpCorePythonBaseOperator
Packagecenpyolpcore
ReleaseR2025.2.4
Methods2
SubclassesDownload Operator, Upload Operator

Inheritance

Quick Start

# Boilerplate Example coreBaseOperator = ... # obtained from the runtime context result = coreBaseOperator.GetLogOperator()

Method Index

MethodReturnsSummary
GetLogOperatorOlpCorePythonLogOperatorGet the log operator interface.
GetCurrentLanguagestrGets the language code of the currently active language in FastSuite E2

Query Methods

GetLogOperator

def GetLogOperator() -> OlpCorePythonLogOperator

Get the log operator interface.

Returns: OlpCorePythonLogOperator — Log operator interface.

GetCurrentLanguage

def GetCurrentLanguage() -> str

Gets the language code of the currently active language in FastSuite E2

Returns: str — returns the current language code in the format xx-XX

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?