Your search returned 8 items.
To determine the number of digits used for axes values in subplots, refer to the User Manual, Chapter "Reporting and Visualising Results", Section "User-Defined Styles".…
Tags
There are two possibilities to work with user defined variables in a dynamic simulation: Using the option ’User Defined Signal’ included within the PltDataseries. This allows calculation of additional…
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…
The attached zip file includes a small project having a Python command predefined, which must be linked to the Python script included. The script will do the following tasks:- Prepare the initial…
By using the option “Add Label with definable Format” out of local menu bar, it is possible to insert a user defined text box in the time-overcurrent plot. Normally there is a pre-defined format…
In PowerFactory 2021 a new plot framework was introduced. The old classes for pages (SetVipage) and plots (VisPlot, Vis..) were retired and new, more advanced, classes are now avaiable and the new…
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…