Sets program name.
•
|
SetUsedBaseProfile(baseProfile : object)
|
Set the wide base profile profile to be used by the program.
•
|
SetUsedToolProfile(toolProfile : object)
|
Set the wide tool profile profile to be used by the program.
•
|
SetOperationGroups(operationGroups: list)
|
Set all operation groups owned by the program.
•
|
AddOperationGroup(operationGroup: object)
|
|
|
operation group to be added
|
Add an operation group to this program.
•
|
SetSubprograms(subprograms: list)
|
Set all subprograms.
•
|
AddSubprogram(subprogram: object)
|
Add a subprogram to this program.
•
|
SetController(controller: object)
|
Set controller for the program.
•
|
SetAttributes(attributes : list)
|
Set the list of the motions for this operation.
•
|
AddAttribute(attribute : object)
|
Adds an attribute at the end of the attributes list.
|