Category
Tags
Your search returned 63 items.
The attached project includes the DPL script "CalcMat" in the study case. The script demonstrates how to read and manipulate matrix data. After resizing the matrix "out" the value of every row and…
Tags
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…
The attached project contains a small DPL example, where a controller will be created for asynchronous machines (ElmAsm). The DPL script is located inside the Scripts library. 1. Optionally it will…
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…
The tabular reports for the contingency analysis are stored by default in the folder Database\System\Settings\Formats\Show. The DPL script called “Create” inside the tabular report is the one used to…
The attached project contains an example of an Addon. The Addon is located in the study case and consists of subscripts (in this case DPL scripts - ComDPL, but could also be python scripts) and…
The attached example contains an additional result box which shows the sum of losses of all the lines in the system. To prepare such a result box, a DPL script named "DPL_Example" is included in the…
The simulation results are not always on a fixed time base due to interruptions happening during the simulation. The attached project contains a script which uses first the Comtrade export to get a…
The attached DPL script is based on a project including both, the old and the new boundary as PowerFactory grids available. To do this it has three input values: - oldBoundary: defines the old…
To be able to create a plot from values that are saved inside a vector object (VisVec) you first need to define and fill a result file (ElmRes) with values from a vector of interest. The easiest way…
Tags