Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsUploadUpload Subprogram

Upload Subprogram

Quick Facts

PropertyValue
ClassULPythonSubprogram
Modulecenpyupload.ULPythonSubprogram
Packagecenpyupload
ReleaseR2025.2.4
Methods2
Inherits fromDULPythonSubprogram

Inheritance

Method Index

MethodReturnsSummary
SetCallingProgramSet the caller program
SetCalledProgramSet the called program

Mutation Methods

SetCallingProgram

def SetCallingProgram(callerProgram: ULPythonProgram)

Set the caller program

Parameters:

NameTypeDescription
callerProgramULPythonProgramcaller program

SetCalledProgram

def SetCalledProgram(calledProgram: ULPythonProgram)

Set the called program

Parameters:

NameTypeDescription
calledProgramULPythonProgramcalled program

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?