Your search returned 63 items.
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
You can redirect the output window to a file. The attached project contains a script within the scripts folder of it's library called 'WriteResults'. This script redirects the output window, writes…
Tags
The attached script should be copied to the Scripts library of your project. Usage: - Select one or more lines in a diagram or in the Network Model Manager. - Right click, select "Execute Script" and…
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
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…
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,…
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.…
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
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…