Skip to Content

Core Controller

Quick Facts

PropertyValue
ClassOlpCorePythonController
Modulecenpyolpcore.OlpCorePythonController
Packagecenpyolpcore
ReleaseR2025.2.4
Methods2
Inherits fromOlpCorePythonItem
SubclassesDownload Controller

Inheritance

Quick Start

# Boilerplate Example coreController = ... # obtained from the runtime context result = coreController.GetResources()

Method Index

MethodReturnsSummary
GetResourceslistReturns a python list with all resources of controller
GetControllerTypeControllerTypesReturn the controller type

Query Methods

GetResources

def GetResources() -> list

Returns a python list with all resources of controller

Returns: list — None

GetControllerType

def GetControllerType() -> ControllerTypes

Return the controller type

Returns: ControllerTypes — None

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?