Your search returned 63 items.
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…
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…
If you are printing your data to the output window the tab will be removed and replaced by 2 blanks. To keep the tab (t) you can print directly to a file (e.g. csv) Here is a small piece of sample…
Acharacteristic is assigned by an invisible object. This object is of the class "ChaRef" and it is stored IN the object you want to apply the characteristic to. Assumed that the load is the target…
A power electronic converter, used in photovoltaic, wind power or HVDC application for example, has a frequency-dependent equivalent impedance, which depends on controller design and physical…
The attached Python script is a small example on how a topological search might be performed. The attached example starts from a busbus, which must be marked in the single line diagram and does a…
The calculation results for the admissible thermal equivalent short-circuit current are the following values:- Ithr: rated thermal Short-Circuit current with respect to 1 second (entered in the type…
There are two possibilities to work with user defined variables in a dynamic simulation: Using the option ’User Defined Signal’ included within the PltDataseries. This allows calculation of additional…
Graphics such as plots or single line diagrams can be exported using scripts. PowerFactory supports two scripting languages Python and DPL. The following Python script example exports all plots and…
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…