Python scripting uploader - Objects

ULPythonController, derived from DULPythonController

 

Methods

 

SetActiveProgram(program : object)

 

 

o

program

active program as ULPythonProgram

 

Sets the active program on this controller.

 


 

SetToolProfiles(toolProfiles: list)

 

 

o

toolProfiles

a list containing all tool profiles, objects of type ULPythonToolProfile

 

Sets tool profiles.

 


 

SetBaseProfiles(baseProfiles: list)

 

 

o

baseProfiles

a list containing all base profiles, objects of type ULPythonBaseProfile

 

Sets base profiles.

 


 

AddToolProfile(toolProfile: object)

 

 

o

toolProfile

tool profile to be added, class type ULPythonToolProfile

 

Add input tool profile at the of tool profiles list.

 


 

AddBaseProfile(baseProfile: object)

 

 

o

baseProfile

base profile to be added, class type ULPythonBaseProfile

 

Add input base profile at the of base profiles list.

 



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