Category
Tags
Your search returned 316 items.
The A-stable integration algorithm is described in the PowerFactory User Manual, Chapter "RMS/EMT Simulations", Section "Solver Options - Models".…
The attached example demonstrates the use of stochastic switching in PowerFactory, including a description on how to use it. The study case contains a DPL script "Stochastic Switching" which simulates…
The Example on arcing voltage of the Circuit-Breaker, in an EMT simulation, can be found in the Switching Transients example within PowerFactory, study case 08 Short-Circuit CB SF6 Arcing Model, with…
In the attached PowerFactory project, a current source is configured to inject fundamental frequency and harmonic currents into the system. The simple network model contains a current source which is…
This DPL script will get all asynchronous machine types (TypAsmo) which are considered by PowerFactory to be relevant for the calculation. The names of types, where the calculation fails, are reported…
It is possible to find the connected busbar as well as other related attributes of the cubicle by using ":" operator in combination with the attributes name. For example" e:cBusBar = (Connected Node)…
Method GetProjectFolder() helps you with the navigation through folders inside of the project. It returns the project folder of a given type of active project. You can use this method to access Study…
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…
ComPython has a different approach to subscripting as compared to ComDPL. Two methods are shown below: Define a subfunction inside your *.py file. This subfunction can later on be used at any place of…
This is something typical for Python. What you should do is import imp module and reload the changed one. Imp module is built in module and is part of all python version supported by PowerFactroy. For…