Your search returned 53 items.
The contingency calculation supports also the recording of additional user defined variables. But there is no direct way to display a summary (such as min/max) of these values over all contingencies.…
Tags
Depending on the Scripting language that you are using there are two different approaches: 1) Python: Here you just have to prepare a Python list of values and assign it to a parameter of interest.…
To automate the execution of a specific DPL or Python script, a command button (VisButton) may be created in the single-line diagram. To add a Command Button to a single-line diagram in your project,…
In attached to this FAQ a project containing such a script can be found.   This script calculates the following faults: - three phase fault - single phase to ground fault - 2 phase short circuit…
Tags
Attached to this FAQ a pfd file containing two DPL scripts that calculate arc resistance depending on the short-circuit current can be found. Both scripts are stored in the local library and can be…
Tags
Attached to this FAQ a project with a simple script can be found. Script reads external csv file and creates in total 121 relay device automatically according to the content of the csv. csv file is…
In PowerFactory 2021 a new plot framework was introduced. The old classes for pages (SetVipage) and plots (VisPlot, Vis..) were retired and new, more advanced, classes are now avaiable and the new…
This attached script can be used to compare results within one study case. Execute for this at first manually a simulation. After this change a parameter or event and repeat then the simulation by…
Table Reports (ComTablereport) can be used to display all variables and result parameters in an user-defined table. The attached project contains a simple Table Report which is: - Executing a Load…
Tags
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…