GSE utilities

A set of utility classes for the GSE

License

License

GroupId

GroupId

com.powsybl
ArtifactId

ArtifactId

powsybl-gse-util
Last Version

Last Version

1.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

GSE utilities
A set of utility classes for the GSE

Download powsybl-gse-util

How to add to project

<!-- https://jarcasting.com/artifacts/com.powsybl/powsybl-gse-util/ -->
<dependency>
    <groupId>com.powsybl</groupId>
    <artifactId>powsybl-gse-util</artifactId>
    <version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.powsybl/powsybl-gse-util/
implementation 'com.powsybl:powsybl-gse-util:1.8.0'
// https://jarcasting.com/artifacts/com.powsybl/powsybl-gse-util/
implementation ("com.powsybl:powsybl-gse-util:1.8.0")
'com.powsybl:powsybl-gse-util:jar:1.8.0'
<dependency org="com.powsybl" name="powsybl-gse-util" rev="1.8.0">
  <artifact name="powsybl-gse-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.powsybl', module='powsybl-gse-util', version='1.8.0')
)
libraryDependencies += "com.powsybl" % "powsybl-gse-util" % "1.8.0"
[com.powsybl/powsybl-gse-util "1.8.0"]

Dependencies

compile (7)

Group / Artifact Type Version
com.powsybl : powsybl-afs-ext-base jar 3.1.0
org.slf4j : slf4j-api jar 1.7.22
org.controlsfx : controlsfx jar 8.40.14
org.fxmisc.richtext : richtextfx jar 0.10.2
org.codehaus.groovy : groovy jar 2.5.8
com.powsybl : powsybl-gse-spi jar 1.8.0
com.powsybl : powsybl-gse-copy-paste-afs jar 1.8.0

Project Modules

There are no modules declared in this project.

Powsybl GSE - Grid Study Environment

Actions Status Quality Gate MPL-2.0 License Javadocs

PowSyBl (Power System Blocks) is an open source framework written in Java, that makes it easy to write complex software for power systems’ simulations and analysis. Its modular approach allows developers to extend or customize its features.

PowSyBl is part of the LF Energy Foundation, a project of The Linux Foundation that supports open source innovation projects within the energy and electricity sectors.

PowSyBl Logo

Read more at https://www.powsybl.org !

This project and everyone participating in it is governed by the PowSyBl Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

PowSyBl vs PowSyBl GSE

This document describes how to build the code of PowSyBl GSE. If you just want to run PowSyBl demos, please visit https://www.powsybl.org/ where downloads will be available soon. If you want guidance on how to start building your own application based on PowSyBl, please visit the http://www.powsybl.org/docs/tutorials/ page.

The PowSyBl GSE is not a standalone project. Read on to learn how to modify the GSE code, be it for fun, for diagnosing bugs, for improving your understanding of the framework, or for preparing pull requests to suggest improvements! GSE stands for "Grid Study Environment". PowSyBl GSE provides JavaFX components, a base for JavaFX applications and a build system to create standalone distributable GUI applications. A basic demo application is also provided:

GSE Demo

Environment requirements

A simple way to build this project is to install the PowSyBl Core artifacts in your local maven repository. To do this, checkout the powsybl-core repository and run the following command from the powsybl-core directory

$ mvn install

You can then run the following command from the powsybl-gse directory

$ mvn package -Pnative-package

It will build the demo application. The resulting application is a distributable application image (a directory containing all necessary resources and a binary to run the application) available in gse-demo/target/jfx/native/gse . You can run the application by launching the included binary (gse.exe on windows, gse on other systems). Because it's distributable, you can also move this folder to a more permanent place, the application will still run from the new location.

If you want to avoid putting artifacts in your maven repository, create an aggregator pom in a separate directory referencing powsybl-gse and powsybl-core as modules and run the folliwng command from the aggregator's directory

$ mvn clean package -pl :powsybl-gse-demo -am -Pnative-package

If you want to avoid having to clone and build the powsybl-core repository, you can checkout the latest release version of the powsybl-gse repository which will download the PowSyBl Core dependencies from maven central. For example:

$ git checkout v1.4.0
$ mvn package -Pnative-package
# And you can modify code and experiment!
com.powsybl

powsybl

Power System Blocks

Versions

Version
1.8.0
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0