Upload Controller
Quick Facts
| Property | Value |
|---|---|
| Class | ULPythonController |
| Module | cenpyupload.ULPythonController |
| Package | cenpyupload |
| Release | R2025.2.4 |
| Methods | 5 |
| Inherits from | DULPythonController |
Inheritance
Method Index
| Method | Returns | Summary |
|---|---|---|
SetActiveProgram | — | Set the program for the controller |
SetToolProfiles | — | Set the tool profiles for the controller |
SetBaseProfiles | — | Set the base profiles for the controller |
AddBaseProfile | — | add a base profile at the end of base profiles list |
AddToolProfile | — | add a tool profile at the end of tool profiles list |
Mutation Methods
SetActiveProgram
def SetActiveProgram(pyProgram: ULPythonProgram)Set the program for the controller
Parameters:
| Name | Type | Description |
|---|---|---|
pyProgram | ULPythonProgram | program to be set |
SetToolProfiles
def SetToolProfiles(toolProfiles: list)Set the tool profiles for the controller
Parameters:
| Name | Type | Description |
|---|---|---|
toolProfiles | list | tool profiles to be set |
SetBaseProfiles
def SetBaseProfiles(baseProfiles: list)Set the base profiles for the controller
Parameters:
| Name | Type | Description |
|---|---|---|
baseProfiles | list | base profiles to be set |
AddBaseProfile
def AddBaseProfile(profileToAdd: ULPythonBaseProfile)add a base profile at the end of base profiles list
Parameters:
| Name | Type | Description |
|---|---|---|
profileToAdd | ULPythonBaseProfile | base profile to be added |
AddToolProfile
def AddToolProfile(profileToAdd: ULPythonToolProfile)add a tool profile at the end of tool profiles list
Parameters:
| Name | Type | Description |
|---|---|---|
profileToAdd | ULPythonToolProfile | tool profile to be added |
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?