Your search returned 95 items.
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
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…
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…
Tags
In attachment to this FAQ you can find a PowerFactory project with a script inside of Library/Scripts folder. Script performs following steps: - Collects all two winding transformers, - Loops through…
Tags
Attached to this FAQ a PowerFactory project can be found with a script located inside of the Library/Script folder. The script automatically creates a path between each two busbars that are connected…
Tags
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…
PowerFactory provides the toolbox Quasi-Dynamic Simulation to calculate a set of load flow calculations considering defined time characteristics. For almost every element parameter, characteristics…
In the attached example project the battery is connected to the grid using a PWM converter. The grid contains a synchronous machine which supplies a load. After the initialization the synchronous…
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
The attached example project shows three different possibilities to implement automatic voltage regulators (AVR), installed along a line. The most left arrangement uses an auto transformer, where the…