80str_file_path = ew_project_file.getFilePath();
82str_command =
"EWOPEN " + str_file_path;
84ew_application.runcommand(str_command);
90\subsection InsertSymbolPython Insert a symbol in a project file
91\snippet Samples.py Python_insertSymbol
94\section useExportProjectPrecessFilePython Some Process and Export on Project
96\subsection ExportReportSamplePython Export report
98\subsubsection Python_doExportReportInExcel Export report in Excel
99\snippet Export.py Python_doExportReportInExcel
101\subsubsection Python_doExportSpecifiedReportInExcel Export specified report in Excel
102\snippet Export.py Python_doExportSpecifiedReportInExcel
105\subsection RunExcelAutomationPython Run Excel Automation
108 ew_projectX: project
object previously created.
110\snippet Samples.py Python_RunExcelAutomationPython
113\subsection RenumberPython Renumber
116 ew_projectX: project
object previously created.
118\subsubsection RenumberWiresPython Renumber the wires
119\snippet Samples.py Python_RenumberWiresPython
121\subsubsection OriginDestinationArrowAutomaticallySamplePython Add Origin-Destination Arrow Automatically
122\snippet Samples.py Python_doOriginDestinationArrowAutomatically
124\subsubsection RenumberMarksPython Renumber the components
125\snippet Samples.py Python_RenumberComponentsPython
127\subsection GenerateTerminalStripPython Generate terminal strip
130 ew_projectX: project
object previously created.
132\snippet Samples.py Python_GenerateTerminalStrip