Download Operation Group
Quick Facts
| Property | Value |
|---|---|
| Class | DULPythonOperationGroup |
| Module | cenpydownload.DULPythonOperationGroup |
| Package | cenpydownload |
| Release | R2025.2.4 |
| Methods | 3 |
| Inherits from | OlpCorePythonOperationGroup |
| Subclasses | Upload Operation Group |
Inheritance
Quick Start
# Boilerplate Example
downloadOperationGroup = ... # obtained from the runtime context
result = downloadOperationGroup.GetOperations()Method Index
| Method | Returns | Summary |
|---|---|---|
GetOperations | list | Gets all operations |
GetUsedBaseProfile | DULPythonBaseProfile | Gets used base profile (if not set in program) |
GetUsedToolProfile | DULPythonToolProfile | Gets used tool profile (if not set in program) |
Query Methods
GetOperations
def GetOperations() -> listGets all operations
Returns: list — returns a list containing all operations of this group
GetUsedBaseProfile
def GetUsedBaseProfile() -> DULPythonBaseProfileGets used base profile (if not set in program)
Returns: DULPythonBaseProfile — returns the uses base profile
GetUsedToolProfile
def GetUsedToolProfile() -> DULPythonToolProfileGets used tool profile (if not set in program)
Returns: DULPythonToolProfile — returns the used tool profile
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?