Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsDownloadDownload Operator

Download Operator

Quick Facts

PropertyValue
ClassDULPythonDownloadOperator
Modulecenpydownload.DULPythonDownloadOperator
Packagecenpydownload
ReleaseR2025.2.4
Methods2
Inherits fromOlpCorePythonBaseOperator

Inheritance

Quick Start

# Boilerplate Example downloadOperator = ... # obtained from the runtime context result = downloadOperator.GetController()

Method Index

MethodReturnsSummary
GetControllerDULPythonControllerGets the controller attached to this instance of the download operator
AddOutputFilePathAdds the given file path to the list of created output files

Query Methods

GetController

def GetController() -> DULPythonController

Gets 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:

NameTypeDescription
filePathstrfilepath to the created output file

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?