Category
Tags
Your search returned 95 items.
There is a way of closing the PowerFactory application in Python without closing the Python In this case you can open PowerFactory by using „app = powerfactory.GetApplicationExt()“ and later on just…
The environment chapter in the scripting references is dedicated to performance increase of scripts. For example, when executing Python scripts from within PowerFactory, there is the possibility to…
It is possible to create a shortcut to the PowerFactory.exe and give it some additional commands in order to run PowerFactory in different modes, which will allow you to have the same version of…
Harmonic load flow calculation and frequency sweep calculations required detailed models of lines that are also representative for higher frequencies. For harmonic analysis, overhead lines and cable…
Working a lot with PowerFactory can lead sometimes to quite large result objects which occupy space on the hard disc. The attached Python script can list for you the total size of each project to help…
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.…
This example evaluates the flicker coefficients for the various operating conditions specified in Table A.1 - Annex A of the IEC/TR 61000-3-7 (Edition 2.0). Although the intention of this example is…
  Refer to attached example project. It contains a basic example on how such a procedure could be implemented. The project is built based on the Resonance Studies Application Example. It contains one…
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 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…