Download-Betrieb
Schnelle Fakten
| Immobilien | Wert |
|---|---|
| Klasse | DULPythonOperation |
| Modul | cenpydownload.DULPythonOperation |
| Paket | cenpydownload |
| Veröffentlichung | R2025.2.4 |
| Methoden | 3 |
| Erbt von | OlpCorePythonOperation |
| Unterklassen | Upload Operation |
Erbe
Schneller Start
# Boilerplate Example
downloadOperation = ... # obtained from the runtime context
result = downloadOperation.GetMotions()Methodenindex
| Methode | Rückgaben | Zusammenfassung |
|---|---|---|
GetMotions | list | Erhält den Vektor der Bewegungen für diese Operation |
GetUsedBaseProfile | DULPythonBaseProfile | Wird verwendet, Basisprofil (falls nicht im Programm oder in der Gruppe gesetzt) |
GetUsedToolProfile | DULPythonToolProfile | Verwendet das Werkzeugprofil (falls nicht im Programm oder in der Gruppe eingestellt) |
Abfragemethoden
GetMotions
def GetMotions() -> listErhält den Vektor der Bewegungen für diese Operation
Gibt zurück: list — gibt den Vektor der Bewegungen zurück
GetUsedBaseProfile
def GetUsedBaseProfile() -> DULPythonBaseProfileWird im Basisprofil verwendet (falls nicht im Programm oder in der Gruppe festgelegt)
Gibt zurück: DULPythonBaseProfile — gibt den Vektor der Attribute zurück
GetUsedToolProfile
def GetUsedToolProfile() -> DULPythonToolProfileWird verwendetes Werkzeugprofil (falls es nicht im Programm oder in der Gruppe gesetzt ist)
Gibt zurück: DULPythonToolProfile — gibt den Vektor der Attribute zurück
Verwandte Typen
Versionsnotizen
Diese Klasse ist zum Zeitpunkt der Veröffentlichung R2025.2.4 dokumentiert.
Was this page helpful?