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

Download-Betrieb

Schnelle Fakten

ImmobilienWert
KlasseDULPythonOperation
Modulcenpydownload.DULPythonOperation
Paketcenpydownload
VeröffentlichungR2025.2.4
Methoden3
Erbt vonOlpCorePythonOperation
UnterklassenUpload Operation

Erbe

Schneller Start

# Boilerplate Example downloadOperation = ... # obtained from the runtime context result = downloadOperation.GetMotions()

Methodenindex

MethodeRückgabenZusammenfassung
GetMotionslistErhält den Vektor der Bewegungen für diese Operation
GetUsedBaseProfileDULPythonBaseProfileWird verwendet, Basisprofil (falls nicht im Programm oder in der Gruppe gesetzt)
GetUsedToolProfileDULPythonToolProfileVerwendet das Werkzeugprofil (falls nicht im Programm oder in der Gruppe eingestellt)

Abfragemethoden

GetMotions

def GetMotions() -> list

Erhält den Vektor der Bewegungen für diese Operation

Gibt zurück: list — gibt den Vektor der Bewegungen zurück

GetUsedBaseProfile

def GetUsedBaseProfile() -> DULPythonBaseProfile

Wird 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() -> DULPythonToolProfile

Wird 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?