Your search returned 187 items.
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…
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
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…
Tags
To plot the values of a variable used in a Python script, you must first save the values of the variable in a result file (ElmRes). For this, define result parameters on the "Result" page of your…
PowerFactory has no Active Filter model within its library. In the FAQ “How do you model active harmonic filters for harmonic load flow calculation?” an example is given how to set up an active…
The attached zip file includes a small project having a Python command predefined, which must be linked to the Python script included. The script will do the following tasks: - Prepare the initial…
This question applies only to PowerFactory version 15.2 or previous. If you get the message "Local licence server does not respond", proceed as follows: Execute the application "digactivate.exe",…
You can easily change the language of the PowerFactory application by opening the General page of the Configuration dialog and choosing the desired language. See question How can I modify the…
The idea of the initialisation is to preset the internal model signals by the results of an initial load flow. The key point is to first check for each DSL-model, which inputs/outputs are known and…