Python scripting uploader - Objects

ULPythonOperationGroup, derived from DULPythonOperationGroup

 

Methods

 

SetName(name: string)

 

 

o

name

the operation group name

 

Sets operation group name.

 


 

SetOperations(operations : list)

 

 

o

operations

a list containing all operations of this group, objects of type ULPythonOperation

 

Sets the list of all operation owned by this group.

 


 

AddOperation(operation : object)

 

 

o

operation

operation to be added, object of type ULPythonOperation

 

Adds  the input operation at the end of the operations list owned by this group.

 


 

SetUsedBaseProfile(baseProfile : object)

 

 

o

baseProfile

used base profile, object of type ULPythonBaseProfile

 

Sets used base profile.

 


SetUsedToolProfile(toolProfile : object)

 

 

o

toolProfile

used tool profile, object of type ULPythonToolProfile

 

Sets used tool profile.

 


SetAttributes(attributes : list)

 

 

o

attributes

list of all attributes, objects of type OlpCorePythonAttribute

 

Set the list of the motions for this operation.

 


 

AddAttribute(attribute : object)

 

 

o

attribute

attribute to be added, object type OlpCorePythonAttribute

 

Adds an attribute at the end of the attributes list.

 


 


Previous
Page précédente
Chapter
Page principale du chapitre
Next
Page suivante