Upload-Operator
Schnelle Fakten
| Immobilien | Wert |
|---|---|
| Klasse | ULPythonUploadOperator |
| Modul | cenpyupload.ULPythonUploadOperator |
| Paket | cenpyupload |
| Veröffentlichung | R2025.2.4 |
| Methoden | 23 |
| Erbt von | OlpCorePythonBaseOperator |
Erbe
Schneller Start
# Boilerplate Example
uploadOperator = ... # obtained from the runtime context
result = uploadOperator.GetSourceFiles()Lifecycle
| Methode | Rückgaben | Zusammenfassung |
|---|---|---|
CreateEmptyProgram | ULPythonProgram | Erstellt ein neues leeres Programm |
CreateEmptySubprogram | ULPythonSubprogram | Erzeugt ein leeres Unterprogramm |
CreateEmptyOperationGroup | ULPythonOperationGroup | Erstellt eine Operationsgruppe |
CreateEmptyOperation | ULPythonOperation | Erstellt eine Operation |
CreateEmptyMotion | ULPythonMotion | Erzeugt leere Bewegungsobjekte |
CreateEmptyPosition | ULPythonPosition | Erstellt ein leeres Positionsobjekt |
CreateEmptyEvent | ULPythonEvent | Erzeugt ein leeres Ereignis |
CreateEmptyToolProfile | ULPythonToolProfile | Erstellt ein leeres Werkzeugprofil |
CreateEmptyBaseProfile | ULPythonBaseProfile | Erstellt ein leeres Basisprofil |
CreateOlpBaseFrameProfileFromPositionRotation | ULPythonBaseProfile | Erstellt neuen OLP-Basisrahmen und Basisprofil |
CreateOlpBaseFrameProfileFromMatrix | ULPythonBaseProfile | Erstellt neuen OLP-Basisrahmen und Basisprofil |
Query Methods
| Methode | Rückgaben | Zusammenfassung |
|---|---|---|
GetSourceFiles | list | Erhält alle Quelldateien, die für den aktuellen Upload-Lauf ausgewählt sind |
GetCreatedPrograms | list | — |
GetCreatedSubprograms | list | — |
GetCreatedOperationGroups | list | — |
GetCreatedOperations | list | — |
GetCreatedMotions | list | — |
GetCreatedPositions | list | — |
GetCreatedEvents | list | — |
GetCreatedToolProfiles | list | — |
GetCreatedBaseProfiles | list | — |
GetController | ULPythonController | Der Controller wird an diese Instanz des Upload-Operators angeschlossen |
GetAttributeSetterOperator | OlpCorePythonAttributeSetterOperator | Erhält den Attribut-Setter-Operator |
Verwandte Typen
- Upload Program
- Upload Subprogram
- Upload Operation Group
- Upload Operation
- Upload Motion
- Upload Position
- Upload Event
- Upload Tool Profile
- Upload Base Profile
- Upload Controller
- Core Attribute Setter Operator
Versionsnotizen
Diese Klasse ist zum Zeitpunkt der Veröffentlichung R2025.2.4 dokumentiert.
Was this page helpful?