Your search returned 81 items.
Refer to the attached project which is based on the Transmission example and is focusing on study case "03 Transient Stability". The case reproduces a 100 ms fault event and the post fault recovery…
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…
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…
The management of the result boxes is done via the SetLevelvis object, stored in the settings folder of the graphic. The needed command is SetLevelvis.AdaptWidth() but before are two configuration…
The Task Automation command (ComTasks) enables the PowerFactory user to run a list of various tasks ranging from specific PowerFactory power system analysis calculation functions up to generic data…
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 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…
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