Category
Tags
Your search returned 63 items.
PDF reports can by default use results that are present in the memory of PowerFactory, e.g. after a Load Flow calculation. Therefore, the calculation always has to be executed first before creating a…
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…
The attached Python script is a small example on how a topological search might be performed. The attached example starts from a busbus, which must be marked in the single line diagram and does a…
If you are printing your data to the output window the tab will be removed and replaced by 2 blanks. To keep the tab (t) you can print directly to a file (e.g. csv) Here is a small piece of sample…
The attached document contains a step by step guide for the usage of the script "Wind Speed Sweep" in other projects.…
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…
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:…
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
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…
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…