Category
Tags
Your search returned 187 items.
Attached to this FAQ a pfd file containing two DPL scripts that calculate arc resistance depending on the short-circuit current can be found. Both scripts are stored in the local library and can be…
Tags
Attached to this FAQ a project with a simple script can be found. Script reads external csv file and creates in total 121 relay device automatically according to the content of the csv. csv file is…
Yes, this task can be done by using Scripts. In attachment a pfd file can be found containing simple Python script, located in local Library/Scripts folder. Script is performing following steps: -…
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…
There are two ways of exporting shown plots using DPL: By using the command object ComWr (attached example "ExportGraphic.pfd") By using the WriteWMF method (attached example "ExportWMF.pfd") Both of…
The function of a power system stabilizer (PSS) is to extend the small–signal rotor-angle stability limits of the power system by modulating the synchronous machine’s excitation to damp the rotor…
For grid planning and operating purposes, there are some non-calculation-relevant reasons to model the masts / towers with their exact position and some additional properties in a geographic diagram.…
The Python-script in the attached project makes all elements invisible, that have an activated "out of service" flag (parameter "outserv"). This is done by creating a new graphic layer called "Out of…
PowerFactory provides different load model classes. Besides the general load model (ElmLod) there are specific models for medium voltage loads (ElmLodmv) and low voltage loads (ElmLodlv). These load…
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…