Your search returned 316 items.
For this tasks you should use the AddCopy() method. For more information on this method refer to our Python technical reference. Example: import powerfactory app=powerfactory.GetApplication() user=…
Tags
For Python, a PowerFactory DPL script (ComDPL) is an object as any other Com* objects (e.g. ComLdf- LoadFlow or ComShc-ShortCircuit,…). You just have to define a variable that represents the ComDpl…
To access an Folder inside of your PowerFactory project you can use GetProjectFolder() method. As input to this method you can just write type of the Folder you would like to access (e.g. ‘scen’…
Tags
To link a time characteristic to the input variable of an element, a ChaRef object with the name of the parameter has to be created in the element. For this, get the element (e.g. a generator object)…
Tags
Using the Foreign Key in PowerFactory , consider the following aspects: - You can have differences between object name and foreign key name, for example: object name = "West Cable 24"; foreign key…
Tags
Several things are generally worth to keep in mind when executing an EMT simulation with PowerFactory: 1. Necessity of accurate representations of line models. PowerFactory offers lumped as well as…
Tags
A Matlab Simulink model can be easily linked with a PowerFactory dynamic simulation by means of the FMI Standard. Matlab SImulink models can include various components, including Matlab Scripts or…
PowerFactory supports automatic execution of DPL scripts at user logon. All scripts that shall be executed automatically must be stored in the folder {USERNAME}\Settings\Startup. In case this folder…
Tags
The CGMES Profile includes many objects that do not exist as such in PowerFactory. One example is a transformer, which is represented by two elements (ElmLne and TypLne) in PowerFactory, but various…
Tags
There are two places where this can be configured: one is the global configuration and the other is in the user settings. The user setting (Tools - User Settings...) is under Miscellaneous: Manually -…