Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsDownloadDownload Subprogram

Download Subprogram

Quick Facts

PropertyValue
ClassDULPythonSubprogram
Modulecenpydownload.DULPythonSubprogram
Packagecenpydownload
ReleaseR2025.2.4
Methods2
Inherits fromOlpCorePythonSubprogram
SubclassesUpload Subprogram

Inheritance

Quick Start

# Boilerplate Example downloadSubprogram = ... # obtained from the runtime context result = downloadSubprogram.GetCallingProgram()

Method Index

MethodReturnsSummary
GetCallingProgramDULPythonProgramGets the program initiating the call
GetCalledProgramDULPythonProgramGets the program that is called by the calling program

Query Methods

GetCallingProgram

def GetCallingProgram() -> DULPythonProgram

Gets the program initiating the call

Returns: DULPythonProgram — returns the calling program

GetCalledProgram

def GetCalledProgram() -> DULPythonProgram

Gets the program that is called by the calling program

Returns: DULPythonProgram — returns the called program

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?