Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsDownloadDownload Tool Profile

Download Tool Profile

Quick Facts

PropertyValue
ClassDULPythonToolProfile
Modulecenpydownload.DULPythonToolProfile
Packagecenpydownload
ReleaseR2025.2.4
Methods4
Inherits fromDULPythonCommonProfile
SubclassesUpload Tool Profile

Inheritance

Quick Start

# Boilerplate Example downloadToolProfile = ... # obtained from the runtime context result = downloadToolProfile.GetXYZ()

Method Index

MethodReturnsSummary
GetXYZtupleGets tcp offset position
GetOrientationtupleGets tcp offset rotation
GetToolTypeToolTypeGets tool type
IsVisionFrameboolGets the flag indicating whether or not this profile represents a vision frame

Query Methods

GetXYZ

def GetXYZ() -> tuple

Gets tcp offset position

Returns: tuple — tcp offset position

GetOrientation

def GetOrientation() -> tuple

Gets tcp offset rotation

Returns: tuple — offset rotation

GetToolType

def GetToolType() -> ToolType

Gets tool type

Returns: ToolType — tool type

IsVisionFrame

def IsVisionFrame() -> bool

Gets the flag indicating whether or not this profile represents a vision frame

Returns: bool — returns True if the profile represents a vision frame

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?