Upload Subprogram
Quick Facts
| Property | Value |
|---|---|
| Class | ULPythonSubprogram |
| Module | cenpyupload.ULPythonSubprogram |
| Package | cenpyupload |
| Release | R2025.2.4 |
| Methods | 2 |
| Inherits from | DULPythonSubprogram |
Inheritance
Method Index
| Method | Returns | Summary |
|---|---|---|
SetCallingProgram | — | Set the caller program |
SetCalledProgram | — | Set the called program |
Mutation Methods
SetCallingProgram
def SetCallingProgram(callerProgram: ULPythonProgram)Set the caller program
Parameters:
| Name | Type | Description |
|---|---|---|
callerProgram | ULPythonProgram | caller program |
SetCalledProgram
def SetCalledProgram(calledProgram: ULPythonProgram)Set the called program
Parameters:
| Name | Type | Description |
|---|---|---|
calledProgram | ULPythonProgram | called program |
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?