Your search returned 472 items.
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…
A core balance current transformer measures the sum of the three phase currents and can be defined as follows: Create the current transformer as usual (refer to the user manual of how to create a…
It is possible to use the results of the Prony Analysis in a DSL model in order to generate a synthetic time domain curve as a summation of all resulting individual components. The generated curve can…
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
Input fields (in GUI mode) provides the possibility to get user input during the execution of a DPL script. This can be part of a user communication while the script is running and can be used to…
In the attached project a QDSL model is implemented which realises a switchover between a primary and a secondary supply. If the voltage at the chosen terminal "BB_voltage" decreases below "u_min",…
The Quasi Dynamic Simulation can be remotely connected via OPC to (for example) a SCADA system. In this case the current time stamp of the study case may be needed. There are two solutions available:…
Since PowerFactory 2022 SP2 (and newer versions) Windows 11 is supported…
There are two ways of exporting shown plots using Python: By using the command object ComWr (for emf, svg, pdf, png, jpg, wmf, ...) By using the WriteWMF() method on SetDesktop (Graphics Board) Both…
There are two ways of exporting shown plots using DPL: By using the command object ComWr (attached example "ExportGraphic.pfd") By using the WriteWMF method (attached example "ExportWMF.pfd") Both of…