Skip to Content
FASTSUITE E2API ReferenzPython APIAPI DomänenDownloadDownload-Operationsgruppe

Download-Operationsgruppe

Schnelle Fakten

ImmobilienWert
KlasseDULPythonOperationGroup
Modulcenpydownload.DULPythonOperationGroup
Paketcenpydownload
VeröffentlichungR2025.2.4
Methoden3
Erbt vonOlpCorePythonOperationGroup
UnterklassenUpload Operation Group

Erbe

Schneller Start

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

Methodenindex

MethodeRückgabenZusammenfassung
GetOperationslistErhält alle Operationen
GetUsedBaseProfileDULPythonBaseProfileWird im Basisprofil verwendet (falls nicht im Programm gesetzt)
GetUsedToolProfileDULPythonToolProfileVerwendet das Werkzeugprofil (falls nicht im Programm gesetzt)

Abfragemethoden

GetOperations

def GetOperations() -> list

Erhält alle Operationen

Gibt zurück: list — gibt eine Liste zurück, die alle Operationen dieser Gruppe enthält

GetUsedBaseProfile

def GetUsedBaseProfile() -> DULPythonBaseProfile

Wird im Basisprofil verwendet (wenn nicht im Programm eingestellt)

Gibt zurück: DULPythonBaseProfile — gibt das Basisprofil der Nutzung zurück

GetUsedToolProfile

def GetUsedToolProfile() -> DULPythonToolProfile

Wird verwendet, Werkzeugprofil (wenn es nicht im Programm eingestellt ist)

Rückgab: DULPythonToolProfile — gibt das Profil des verwendeten Werkzeugs zurück

Verwandte Typen

Versionsnotizen

Diese Klasse ist zum Zeitpunkt der Veröffentlichung R2025.2.4 dokumentiert.

Was this page helpful?