Upload Operation
Quick Facts
| Property | Value |
|---|---|
| Class | ULPythonOperation |
| Module | cenpyupload.ULPythonOperation |
| Package | cenpyupload |
| Release | R2025.2.4 |
| Methods | 8 |
| Inherits from | DULPythonOperation |
Inheritance
Method Index
| Method | Returns | Summary |
|---|---|---|
SetMotions | — | Set the motions for the operation |
AddMotion | — | add a motion to the operation |
SetUsedBaseProfile | — | Set the used based profile for the motion |
SetUsedToolProfile | — | Set the used tool profile for the motion |
SetOperationGroup | — | Set the parent operation group for the motion |
SetAttributes | — | Set the attributes of the operation |
SetName | — | Set the name of the profile |
AddAttribute | — | Add an attribute to the attribute list |
Mutation Methods
SetMotions
def SetMotions(motions: list)Set the motions for the operation
Parameters:
| Name | Type | Description |
|---|---|---|
motions | list | list of motions to be set |
AddMotion
def AddMotion(motion: ULPythonMotion)add a motion to the operation
Parameters:
| Name | Type | Description |
|---|---|---|
motion | ULPythonMotion | motion to be added |
SetUsedBaseProfile
def SetUsedBaseProfile(baseProfile: DULPythonBaseProfile)Set the used based profile for the motion
Parameters:
| Name | Type | Description |
|---|---|---|
baseProfile | DULPythonBaseProfile | used base profile |
SetUsedToolProfile
def SetUsedToolProfile(toolProfile: DULPythonToolProfile)Set the used tool profile for the motion
Parameters:
| Name | Type | Description |
|---|---|---|
toolProfile | DULPythonToolProfile | used tool profile |
SetOperationGroup
def SetOperationGroup(parentOperationGroup: ULPythonOperationGroup)Set the parent operation group for the motion
Parameters:
| Name | Type | Description |
|---|---|---|
parentOperationGroup | ULPythonOperationGroup | the parent operation group |
SetAttributes
def SetAttributes(attributes: list)Set the attributes of the operation
Parameters:
| Name | Type | Description |
|---|---|---|
attributes | list | attributes to be set |
SetName
def SetName(name: str)Set the name of the profile
Parameters:
| Name | Type | Description |
|---|---|---|
name | str | name to be set |
AddAttribute
def AddAttribute(attrib: OlpCorePythonAttribute)Add an attribute to the attribute list
Parameters:
| Name | Type | Description |
|---|---|---|
attrib | OlpCorePythonAttribute | attribute to be added |
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?