Download Subprogram
Quick Facts
| Property | Value |
|---|---|
| Class | DULPythonSubprogram |
| Module | cenpydownload.DULPythonSubprogram |
| Package | cenpydownload |
| Release | R2025.2.4 |
| Methods | 2 |
| Inherits from | OlpCorePythonSubprogram |
| Subclasses | Upload Subprogram |
Inheritance
Quick Start
# Boilerplate Example
downloadSubprogram = ... # obtained from the runtime context
result = downloadSubprogram.GetCallingProgram()Method Index
| Method | Returns | Summary |
|---|---|---|
GetCallingProgram | DULPythonProgram | Gets the program initiating the call |
GetCalledProgram | DULPythonProgram | Gets the program that is called by the calling program |
Query Methods
GetCallingProgram
def GetCallingProgram() -> DULPythonProgramGets the program initiating the call
Returns: DULPythonProgram — returns the calling program
GetCalledProgram
def GetCalledProgram() -> DULPythonProgramGets the program that is called by the calling program
Returns: DULPythonProgram — returns the called program
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?