Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsUploadUpload Operation Group

Upload Operation Group

Quick Facts

PropertyValue
ClassULPythonOperationGroup
Modulecenpyupload.ULPythonOperationGroup
Packagecenpyupload
ReleaseR2025.2.4
Methods8
Inherits fromDULPythonOperationGroup

Inheritance

Method Index

MethodReturnsSummary
SetOperationsSet the operations for the operation group
AddOperationadd an operation to this operation group
SetUsedBaseProfileSet the used base profile for the operation group
SetUsedToolProfileSet the used tool profile for the operation group
SetProgramSet the parent program for the operation group
SetAttributesSet the attributes of the operation group
SetNameSet the name of the profile
AddAttributeAdd an attribute to the attribute list

Mutation Methods

SetOperations

def SetOperations(operations: list)

Set the operations for the operation group

Parameters:

NameTypeDescription
operationslistoperations to be set

AddOperation

def AddOperation(pyOperation: ULPythonOperation)

add an operation to this operation group

Parameters:

NameTypeDescription
pyOperationULPythonOperationoperation 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:

NameTypeDescription
pyBaseProfileULPythonBaseProfileused base profile

SetUsedToolProfile

def SetUsedToolProfile(pyToolProfile: ULPythonToolProfile)

Set the used tool profile for the operation group

Parameters:

NameTypeDescription
pyToolProfileULPythonToolProfileused tool profile

SetProgram

def SetProgram(pyProgram: ULPythonProgram)

Set the parent program for the operation group

Parameters:

NameTypeDescription
pyProgramULPythonProgramprogram to be set

SetAttributes

def SetAttributes(attributes: list)

Set the attributes of the operation group

Parameters:

NameTypeDescription
attributeslistattributes to be set

SetName

def SetName(name: str)

Set the name of the profile

Parameters:

NameTypeDescription
namestrname to be set

AddAttribute

def AddAttribute(attrib: OlpCorePythonAttribute)

Add an attribute to the attribute list

Parameters:

NameTypeDescription
attribOlpCorePythonAttributeattribute to be added

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?