Core Operation Group
Quick Facts
| Property | Value |
|---|---|
| Class | OlpCorePythonOperationGroup |
| Module | cenpyolpcore.OlpCorePythonOperationGroup |
| Package | cenpyolpcore |
| Release | R2025.2.4 |
| Methods | 1 |
| Inherits from | OlpCorePythonProgramComponent |
| Subclasses | Download Operation Group |
Inheritance
Quick Start
# Boilerplate Example
coreOperationGroup = ... # obtained from the runtime context
result = coreOperationGroup.GetTechnology()Method Index
| Method | Returns | Summary |
|---|---|---|
GetTechnology | OlpCorePythonTechnology | Get technology of this group |
Query Methods
GetTechnology
def GetTechnology() -> OlpCorePythonTechnologyGet technology of this group
Returns: OlpCorePythonTechnology — returns technology of this group
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?