Upload Tool Profile
Quick Facts
| Property | Value |
|---|---|
| Class | ULPythonToolProfile |
| Module | cenpyupload.ULPythonToolProfile |
| Package | cenpyupload |
| Release | R2025.2.4 |
| Methods | 5 |
| Inherits from | DULPythonToolProfile |
Inheritance
Method Index
| Method | Returns | Summary |
|---|---|---|
SetXYZ | — | Set the offset position for the tool profile |
SetOrientation | — | Set the offset orientation for the tool profile |
SetToolType | — | Set the tool type for the tool profile |
SetIndex | — | Set the profile index |
SetName | — | Set the name of the profile |
Mutation Methods
SetXYZ
def SetXYZ(offsetPos: list)Set the offset position for the tool profile
Parameters:
| Name | Type | Description |
|---|---|---|
offsetPos | list | offset position to be set; a tuple of three doubles representing (x, y, z) coordinates in meters. |
SetOrientation
def SetOrientation(offsetOrientation: list)Set the offset orientation for the tool profile
Parameters:
| Name | Type | Description |
|---|---|---|
offsetOrientation | list | offset orientation to be set |
SetToolType
def SetToolType(toolType: int)Set the tool type for the tool profile
Parameters:
| Name | Type | Description |
|---|---|---|
toolType | int | tool type to be set |
SetIndex
def SetIndex(index: int)Set the profile index
Parameters:
| Name | Type | Description |
|---|---|---|
index | int | index to be set |
SetName
def SetName(name: str)Set the name of the profile
Parameters:
| Name | Type | Description |
|---|---|---|
name | str | name to be set |
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?