Core Controller
Quick Facts
| Property | Value |
|---|---|
| Class | OlpCorePythonController |
| Module | cenpyolpcore.OlpCorePythonController |
| Package | cenpyolpcore |
| Release | R2025.2.4 |
| Methods | 2 |
| Inherits from | OlpCorePythonItem |
| Subclasses | Download Controller |
Inheritance
Quick Start
# Boilerplate Example
coreController = ... # obtained from the runtime context
result = coreController.GetResources()Method Index
| Method | Returns | Summary |
|---|---|---|
GetResources | list | Returns a python list with all resources of controller |
GetControllerType | ControllerTypes | Return the controller type |
Query Methods
GetResources
def GetResources() -> listReturns a python list with all resources of controller
Returns: list — None
GetControllerType
def GetControllerType() -> ControllerTypesReturn the controller type
Returns: ControllerTypes — None
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?