Skip to Content

Upload Operator — Query Methods

Back to Upload Operator.

GetSourceFiles

def GetSourceFiles() -> list

Gets 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() -> list

Returns: list

GetCreatedSubprograms

def GetCreatedSubprograms() -> list

Returns: list

GetCreatedOperationGroups

def GetCreatedOperationGroups() -> list

Returns: list

GetCreatedOperations

def GetCreatedOperations() -> list

Returns: list

GetCreatedMotions

def GetCreatedMotions() -> list

Returns: list

GetCreatedPositions

def GetCreatedPositions() -> list

Returns: list

GetCreatedEvents

def GetCreatedEvents() -> list

Returns: list

GetCreatedToolProfiles

def GetCreatedToolProfiles() -> list

Returns: list

GetCreatedBaseProfiles

def GetCreatedBaseProfiles() -> list

Returns: list

GetController

def GetController() -> ULPythonController

Gets the controller attached to this instance of the upload operator

Returns: ULPythonController — returns the active controller for download

GetAttributeSetterOperator

def GetAttributeSetterOperator() -> OlpCorePythonAttributeSetterOperator

Gets the attributes setters operator

Returns: OlpCorePythonAttributeSetterOperator — returns the attributes setters operator

Was this page helpful?