Download Tool Profile
Quick Facts
| Property | Value |
|---|---|
| Class | DULPythonToolProfile |
| Module | cenpydownload.DULPythonToolProfile |
| Package | cenpydownload |
| Release | R2025.2.4 |
| Methods | 4 |
| Inherits from | DULPythonCommonProfile |
| Subclasses | Upload Tool Profile |
Inheritance
Quick Start
# Boilerplate Example
downloadToolProfile = ... # obtained from the runtime context
result = downloadToolProfile.GetXYZ()Method Index
| Method | Returns | Summary |
|---|---|---|
GetXYZ | tuple | Gets tcp offset position |
GetOrientation | tuple | Gets tcp offset rotation |
GetToolType | ToolType | Gets tool type |
IsVisionFrame | bool | Gets the flag indicating whether or not this profile represents a vision frame |
Query Methods
GetXYZ
def GetXYZ() -> tupleGets tcp offset position
Returns: tuple — tcp offset position
GetOrientation
def GetOrientation() -> tupleGets tcp offset rotation
Returns: tuple — offset rotation
GetToolType
def GetToolType() -> ToolTypeGets tool type
Returns: ToolType — tool type
IsVisionFrame
def IsVisionFrame() -> boolGets the flag indicating whether or not this profile represents a vision frame
Returns: bool — returns True if the profile represents a vision frame
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?