Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsDownloadDownload Operation Group

Download Operation Group

Quick Facts

PropertyValue
ClassDULPythonOperationGroup
Modulecenpydownload.DULPythonOperationGroup
Packagecenpydownload
ReleaseR2025.2.4
Methods3
Inherits fromOlpCorePythonOperationGroup
SubclassesUpload Operation Group

Inheritance

Quick Start

# Boilerplate Example downloadOperationGroup = ... # obtained from the runtime context result = downloadOperationGroup.GetOperations()

Method Index

MethodReturnsSummary
GetOperationslistGets all operations
GetUsedBaseProfileDULPythonBaseProfileGets used base profile (if not set in program)
GetUsedToolProfileDULPythonToolProfileGets used tool profile (if not set in program)

Query Methods

GetOperations

def GetOperations() -> list

Gets all operations

Returns: list — returns a list containing all operations of this group

GetUsedBaseProfile

def GetUsedBaseProfile() -> DULPythonBaseProfile

Gets used base profile (if not set in program)

Returns: DULPythonBaseProfile — returns the uses base profile

GetUsedToolProfile

def GetUsedToolProfile() -> DULPythonToolProfile

Gets used tool profile (if not set in program)

Returns: DULPythonToolProfile — returns the used tool profile

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?