Your search returned 81 items.
Input fields (in GUI mode) provides the possibility to get user input during the execution of a DPL script. This can be part of a user communication while the script is running and can be used to…
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…
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…
There are several ways to read data from a result file: Use ElmRes.GetValue(): The function reads a specific cell from a result file based on the row and column index. If the entire result file is to…
For grid planning and operating purposes, there are some non-calculation-relevant reasons to model the masts / towers with their exact position and some additional properties in a geographic diagram.…
The Python-script in the attached project makes all elements invisible, that have an activated "out of service" flag (parameter "outserv"). This is done by creating a new graphic layer called "Out of…
PowerFactory provides different load model classes. Besides the general load model (ElmLod) there are specific models for medium voltage loads (ElmLodmv) and low voltage loads (ElmLodlv). These load…
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…
The attached PDF file contains a detailed description of the DPL script "Efficiency ratio calculation" from the global DIgSILENT Library.…
Tags
PDF reports can by default use results that are present in the memory of PowerFactory, e.g. after a Load Flow calculation. Therefore, the calculation always has to be executed first before creating a…