Category
Tags
Your search returned 95 items.
For harmonic analysis in the frequency domain, overhead lines and cables should be modeled based on a distributed parameter line model. Long overhead lines and cables should be modeled with…
High voltage cable systems sometimes require a detailed analysis of voltages and currents in the core and metallic screen (sheath). In order to analyse both voltages and currents along the cable, the…
The Task Automation command (ComTasks) enables the PowerFactory user to run a list of various tasks ranging from specific PowerFactory power system analysis calculation functions up to generic data…
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…
To plot the values of a variable used in a Python script, you must first save the values of the variable in a result file (ElmRes). For this, define result parameters on the "Result" page of your…
Changing the colour, line style or elements in an existing plot via Python can be done by modifying the Data Series object of a plot. The Data Series object contains the information for all shown…
The contents of result objects (ElmRes) are exported via the Result Export command (ComRes). This command offers various options: Export type (e.g. csv, COMTRADE, txt, databases) Option to export all…
In attached to this FAQ a project containing such a script can be found.   This script calculates the following faults: - three phase fault - single phase to ground fault - 2 phase short circuit In…
Tags
Data from the 'DIgSILENT Customer Portal', such as web conversations and ticket information, can be exported to Excel. A step-by-step guide is attached to this article.…
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…