Your search returned 7 items.
Graphics such as plots or single line diagrams can be exported using scripts. PowerFactory supports two scripting languages Python and DPL. The following Python script example exports all plots and…
Tags
If you are printing your data to the output window the tab will be removed and replaced by 2 blanks. To keep the tab (t) you can print directly to a file (e.g. csv) Here is a small piece of sample…
The attached pfd-files contain a dpl script. The script should be stored inside a subfolder of the current user or inside a project, which is not intended to export. The selection of the path and…
Tags
The following code gets the export command from the stadycase and prepares it in such way that the data can be exported as a csv file. In this example a resultfile of a RMS-Simulation is used and the…
Tags
There are two ways of exporting shown plots using Python: By using the command object ComWr (for emf, svg, pdf, png, jpg, wmf, ...) By using the WriteWMF() method on SetDesktop (Graphics Board) Both…
Tags
There are two ways of exporting shown plots using DPL: By using the command object ComWr (attached example "ExportGraphic.pfd") By using the WriteWMF method (attached example "ExportWMF.pfd") Both of…
Tags
The attached PowerFactory project includes a script called "Coordinates Import" which allows users to import geographical coordinates from GIS or other systems that are stored in an Excel file for the…
Tags