Category
Tags
Your search returned 187 items.
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…
If a network element is to be added to a project with Python, additional steps must be followed so that the element is also connected and displayed. In the first step, the new network element must be…
The following models are available in PowerFactory (see attachment): Lumped PI model Distributed Constant Parameter, also known as Bergeron model Distributed Frequency Dependent Parameter Modal Domain…
This error is related to the number of users connected to the licence. If the number of concurrent users is exceeded, PowerFactory won't be able to start. The number of users connected to the licence…
Create a support ticket and attach the Licence Support Package to it. To create a Licence Support Package open the Licence Manager and click on the button Create Licence Support Package. If the…
The attached script should be copied to the Scripts library of your project. Usage: - Select one or more lines in a diagram or in the Network Model Manager. - Right click, select "Execute Script" and…
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…
Strings are coloured using the following character sequence ∖cx, where "∖c" defines that the string should be coloured and "x" defines the colour to use. The list of available colours and an example…
Tags
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)…
Best way to do this is to first access your User by GetCurrentUser(). Once you have gain access to user you may use GetContents() or GetChildren() to access all projects that the current user…