Download Operation
Quick Facts
| Property | Value |
|---|---|
| Class | DULPythonOperation |
| Module | cenpydownload.DULPythonOperation |
| Package | cenpydownload |
| Release | R2025.2.4 |
| Methods | 3 |
| Inherits from | OlpCorePythonOperation |
| Subclasses | Upload Operation |
Inheritance
Quick Start
# Boilerplate Example
downloadOperation = ... # obtained from the runtime context
result = downloadOperation.GetMotions()Method Index
| Method | Returns | Summary |
|---|---|---|
GetMotions | list | Gets the vector of the motions for this operation |
GetUsedBaseProfile | DULPythonBaseProfile | Gets used base profile(if not set in program or group) |
GetUsedToolProfile | DULPythonToolProfile | Gets used tool profile(if not set in program or group) |
Query Methods
GetMotions
def GetMotions() -> listGets the vector of the motions for this operation
Returns: list — returns the vector of the motions
GetUsedBaseProfile
def GetUsedBaseProfile() -> DULPythonBaseProfileGets used base profile(if not set in program or group)
Returns: DULPythonBaseProfile — returns the vector of the attributes
GetUsedToolProfile
def GetUsedToolProfile() -> DULPythonToolProfileGets used tool profile(if not set in program or group)
Returns: DULPythonToolProfile — returns the vector of the attributes
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?