Download-Operationsgruppe
Schnelle Fakten
| Immobilien | Wert |
|---|---|
| Klasse | DULPythonOperationGroup |
| Modul | cenpydownload.DULPythonOperationGroup |
| Paket | cenpydownload |
| Veröffentlichung | R2025.2.4 |
| Methoden | 3 |
| Erbt von | OlpCorePythonOperationGroup |
| Unterklassen | Upload Operation Group |
Erbe
Schneller Start
# Boilerplate Example
downloadOperationGroup = ... # obtained from the runtime context
result = downloadOperationGroup.GetOperations()Methodenindex
| Methode | Rückgaben | Zusammenfassung |
|---|---|---|
GetOperations | list | Erhält alle Operationen |
GetUsedBaseProfile | DULPythonBaseProfile | Wird im Basisprofil verwendet (falls nicht im Programm gesetzt) |
GetUsedToolProfile | DULPythonToolProfile | Verwendet das Werkzeugprofil (falls nicht im Programm gesetzt) |
Abfragemethoden
GetOperations
def GetOperations() -> listErhält alle Operationen
Gibt zurück: list — gibt eine Liste zurück, die alle Operationen dieser Gruppe enthält
GetUsedBaseProfile
def GetUsedBaseProfile() -> DULPythonBaseProfileWird im Basisprofil verwendet (wenn nicht im Programm eingestellt)
Gibt zurück: DULPythonBaseProfile — gibt das Basisprofil der Nutzung zurück
GetUsedToolProfile
def GetUsedToolProfile() -> DULPythonToolProfileWird 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?