Your search returned 63 items.
The attached project contains a small DPL example, where a controller will be created for asynchronous machines (ElmAsm). The DPL script is located inside the Scripts library. 1. Optionally it will…
The attached project contains an example of an Addon. The Addon is located in the study case and consists of subscripts (in this case DPL scripts - ComDPL, but could also be python scripts) and…
The attached example contains an additional result box which shows the sum of losses of all the lines in the system. To prepare such a result box, a DPL script is included in folder…
The attached document contains a step by step guide for the usage of the script "Wind Speed Sweep" in other projects.…
Tags
The attached script allows the direct plotting of selected signals or states from the graphical block definition. Usage is simple: Import the script (best to the projects script folder), mark the…
Data can be applied from one scenario is another via script using the ApplySelective() method. For example: Scenario.ApplySelective(1, folder) "Scenario" is the IntScenario object that contains…
Tags
For this task of importing and exporting of projects, you can use CompfdImport and CompfdExport command objects. Python example of importing a PowerFactory pfd project direct under user location:…
There is no build in function to jump from one activation time of an expansion stage (of an active variation) to another. But it can be done by a script. There are two scripts (the only difference is…
To add a constant value to a plot you will have to define a new object of the class VisXvalue inside of the plot object and to fill all needed parameters. For example via: Xline =…
Tags
This attached script can be used to compare results within one study case. Execute for this at first manually a simulation. After this change a parameter or event and repeat then the simulation by…