Upload Operator — Query Methods
Back to Upload Operator.
GetSourceFiles
def GetSourceFiles() -> listGets all source files that are selected for the current upload run
Returns: list — returns a list of strings containing paths to all source files
GetCreatedPrograms
def GetCreatedPrograms() -> listReturns: list
GetCreatedSubprograms
def GetCreatedSubprograms() -> listReturns: list
GetCreatedOperationGroups
def GetCreatedOperationGroups() -> listReturns: list
GetCreatedOperations
def GetCreatedOperations() -> listReturns: list
GetCreatedMotions
def GetCreatedMotions() -> listReturns: list
GetCreatedPositions
def GetCreatedPositions() -> listReturns: list
GetCreatedEvents
def GetCreatedEvents() -> listReturns: list
GetCreatedToolProfiles
def GetCreatedToolProfiles() -> listReturns: list
GetCreatedBaseProfiles
def GetCreatedBaseProfiles() -> listReturns: list
GetController
def GetController() -> ULPythonControllerGets the controller attached to this instance of the upload operator
Returns: ULPythonController — returns the active controller for download
GetAttributeSetterOperator
def GetAttributeSetterOperator() -> OlpCorePythonAttributeSetterOperatorGets the attributes setters operator
Returns: OlpCorePythonAttributeSetterOperator — returns the attributes setters operator
Was this page helpful?