Download Operator
Quick Facts
| Property | Value |
|---|---|
| Class | DULPythonDownloadOperator |
| Module | cenpydownload.DULPythonDownloadOperator |
| Package | cenpydownload |
| Release | R2025.2.4 |
| Methods | 2 |
| Inherits from | OlpCorePythonBaseOperator |
Inheritance
Quick Start
# Boilerplate Example
downloadOperator = ... # obtained from the runtime context
result = downloadOperator.GetController()Method Index
| Method | Returns | Summary |
|---|---|---|
GetController | DULPythonController | Gets the controller attached to this instance of the download operator |
AddOutputFilePath | — | Adds the given file path to the list of created output files |
Query Methods
GetController
def GetController() -> DULPythonControllerGets the controller attached to this instance of the download operator
Returns: DULPythonController — returns the active controller for download
Mutation Methods
AddOutputFilePath
def AddOutputFilePath(filePath: str)Adds the given file path to the list of created output files
Parameters:
| Name | Type | Description |
|---|---|---|
filePath | str | filepath to the created output file |
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?