svghmi/svghmi.py
branchsvghmi
changeset 2747 e96aa2e3231e
parent 2745 535eb0b8bd9d
child 2749 2769b3aed34d
equal deleted inserted replaced
2745:535eb0b8bd9d 2747:e96aa2e3231e
    59 
    59 
    60     def OnCTNSave(self, from_project_path=None):
    60     def OnCTNSave(self, from_project_path=None):
    61         if from_project_path is not None:
    61         if from_project_path is not None:
    62             shutil.copyfile(self._getSVGpath(from_project_path),
    62             shutil.copyfile(self._getSVGpath(from_project_path),
    63                             self._getSVGpath())
    63                             self._getSVGpath())
    64         return PythonFileCTNMixin.OnCTNSave(self, from_project_path)
       
    65 
    64 
    66     def CTNGenerate_C(self, buildpath, locations):
    65     def CTNGenerate_C(self, buildpath, locations):
    67         """
    66         """
    68         Return C code generated by iec2c compiler
    67         Return C code generated by iec2c compiler
    69         when _generate_softPLC have been called
    68         when _generate_softPLC have been called