Your search returned 461 items.
An overview of all PowerFactory functions is given in the PowerFactory brochure. The brochure also gives information about which functions are included in the base package and which functions require…
Find attached in the proejct (ExecuteCalculation.pfd) a DPL (DIgSILENT Programming Language) script that performs the following tasks: Activation of the study cases, one by one. Search and execution…
Normally, when you access a variable in PowerFactory, the result of the DPL query is the value as entered in the element dialogue, e.g. oLoad:plini (the active power of a load). To access the actual…
Strings are coloured using the following character sequence ∖cx, where "∖c" defines that the string should be coloured and "x" defines the colour to use. The list of available colours and an example…
Tags
The attached project includes a DPL script that writes a result file. The result object is defined inside the DPL command. The scaling factor of the loads is changed between 0 and 1, a load flow…
The attached project includes a DPL script that writes a result file and then export it into a comma separated values (csv) file. The result object is defined inside the DPL command. The scaling…
The attached project contains a small DPL example, where a parameter of a DSL model is changed using a DPL script. The DPL script is located inside the Scripts library. The name of the DSL model and…
The content of the output window can be saved in a text file by using the command "ComWr" (Save File). The attached project contains a DPL script, which writes some text in the output window and then…
Tags
The attached example includes a DPL script that writes values of defined variables in a text file. The columns of the file are separated by a semicolon (";").The destination folder including file name…
Tags
The attached DPL script reads the lines of a text file and prints the values on the output window. The script uses the delimiter defined an input parameter on the Basic Options page of the DLP command…
Tags