CENPyOlpDesignChangeProcessGeometryReportOperator

Previous  Chapter  Next

 

 

The scope of this operator is to retrieve the full report with all the changes that are related to the workpiece programs after an design change operation is executed from Process Geometry dashboard

 

[Example]

 

def DesignChangeProcessGeometriesReportScript(Operator: CENPyOlpDesignChangeProcessGeometryReportOperator):

   pass

 

 

Methods

 

ℜ•

GetDesignChangeProcessGeometryFullReport(): list<tuple<string, string>>

 

o

return

list for each PG and the report for each PG -> list<tuple<PgName, ReportOnPg>>

 

[Example]

   fullModificationReport = Operator.GetDesignChangeProcessGeometryFullReport()

 


 

ℜ•

GetDesignChangeProcessGeometryProgramComponentsReport(): string

 

o

return

string

 

[Example]

   programComponentsModificationReport = Operator.GetDesignChangeProcessGeometryProgramComponentsReport()

 


Previous
Previous page
Chapter
Chapter page
Next
Next page