Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsDownloadDownload Operation

Download Operation

Quick Facts

PropertyValue
ClassDULPythonOperation
Modulecenpydownload.DULPythonOperation
Packagecenpydownload
ReleaseR2025.2.4
Methods3
Inherits fromOlpCorePythonOperation
SubclassesUpload Operation

Inheritance

Quick Start

# Boilerplate Example downloadOperation = ... # obtained from the runtime context result = downloadOperation.GetMotions()

Method Index

MethodReturnsSummary
GetMotionslistGets the vector of the motions for this operation
GetUsedBaseProfileDULPythonBaseProfileGets used base profile(if not set in program or group)
GetUsedToolProfileDULPythonToolProfileGets used tool profile(if not set in program or group)

Query Methods

GetMotions

def GetMotions() -> list

Gets the vector of the motions for this operation

Returns: list — returns the vector of the motions

GetUsedBaseProfile

def GetUsedBaseProfile() -> DULPythonBaseProfile

Gets used base profile(if not set in program or group)

Returns: DULPythonBaseProfile — returns the vector of the attributes

GetUsedToolProfile

def GetUsedToolProfile() -> DULPythonToolProfile

Gets used tool profile(if not set in program or group)

Returns: DULPythonToolProfile — returns the vector of the attributes

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?