Your search returned 52 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…
High voltage cable systems sometimes require a detailed analysis of voltages and currents in the core and metallic screen (sheath). In order to analyse both voltages and currents along the cable, the…
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…
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,…
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…
Yes, this task can be done by using Scripts. In attached a pfd file containing simple Python script located in local Library/Scripts folder can be found. Script is performing following steps: -…