Upload Operation Group
Quick Facts
| Property | Value |
|---|---|
| Class | ULPythonOperationGroup |
| Module | cenpyupload.ULPythonOperationGroup |
| Package | cenpyupload |
| Release | R2025.2.4 |
| Methods | 8 |
| Inherits from | DULPythonOperationGroup |
Inheritance
Method Index
| Method | Returns | Summary |
|---|---|---|
SetOperations | — | Set the operations for the operation group |
AddOperation | — | add an operation to this operation group |
SetUsedBaseProfile | — | Set the used base profile for the operation group |
SetUsedToolProfile | — | Set the used tool profile for the operation group |
SetProgram | — | Set the parent program for the operation group |
SetAttributes | — | Set the attributes of the operation group |
SetName | — | Set the name of the profile |
AddAttribute | — | Add an attribute to the attribute list |
Mutation Methods
SetOperations
def SetOperations(operations: list)Set the operations for the operation group
Parameters:
| Name | Type | Description |
|---|---|---|
operations | list | operations to be set |
AddOperation
def AddOperation(pyOperation: ULPythonOperation)add an operation to this operation group
Parameters:
| Name | Type | Description |
|---|---|---|
pyOperation | ULPythonOperation | operation to be added at the end of operations lis of this group |
SetUsedBaseProfile
def SetUsedBaseProfile(pyBaseProfile: ULPythonBaseProfile)Set the used base profile for the operation group
Parameters:
| Name | Type | Description |
|---|---|---|
pyBaseProfile | ULPythonBaseProfile | used base profile |
SetUsedToolProfile
def SetUsedToolProfile(pyToolProfile: ULPythonToolProfile)Set the used tool profile for the operation group
Parameters:
| Name | Type | Description |
|---|---|---|
pyToolProfile | ULPythonToolProfile | used tool profile |
SetProgram
def SetProgram(pyProgram: ULPythonProgram)Set the parent program for the operation group
Parameters:
| Name | Type | Description |
|---|---|---|
pyProgram | ULPythonProgram | program to be set |
SetAttributes
def SetAttributes(attributes: list)Set the attributes of the operation group
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?