Your search returned 52 items.
In attached to this ticket a PowerFactory project with a Python script located in the Library/Scripts folder can be found.   Script performs following steps: - Accesses short circuit trace…
In attached to this FAQ a PowerFactory project with a script inside of Library/Scripts folder can be found.   Script performs following steps: - Collects all two winding transformers - Loops…
Attached to this FAQ a PowerFactroy project can be found with a script located inside of the Library/Script folder. The script automatically creates a path between each two busbars that are connected…
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 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…