Your search returned 53 items.
For this task of importing and exporting of projects, you can use CompfdImport and CompfdExport command objects. Python example of importing a PowerFactory pfd project direct under user location:…
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 is included in folder…
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…
A DPL script can execute a huge number of calculations in a loop. This can be used to analyse sensitivity to element or type parameters on load flow, short circuit or other calculation. This iterative…
Tags
To add a constant value to a plot you will have to define a new object of the class VisXvalue inside of the plot object and to fill all needed parameters. For example via: Xline =…
Tags
There is no build in function to jump from one activation time of an expansion stage (of an active variation) to another. But it can be done by a script. There are two scripts (the only difference is…
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
To plot the values of a variable used in a DPL 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 script…
The attached script allows the direct plotting of selected signals or states from the graphical block definition. Usage is simple: Import the script (best to the projects script folder), mark the…