Python scripting uploader - Objects

ULPythonOperation,        derived from DULPythonOperation

 

Methods

 

SetName(name: string)

 

 

o

name

the operation name

 

Sets operation name.

 


 

SetMotions(motions : list)

 

 

o

motions

list of all motions, objects of type ULPythonMotion

 

Set the list of the motions for this operation.

 


 

AddMotion(motion : object)

 

 

o

motion

motion to be added, object type ULPythonMotion

 

Add a motion at the end of the motions list.

 


 

SetUsedBaseProfile(baseProfile : object)

 

 

o

baseProfile

base profile to be set, object type ULPythonBaseProfile

 

Sets used base profile.

 


 

SetUsedToolProfile(toolProfile : object)

 

 

o

toolProfile

tool profile to be set, object 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