Registry / other / powsybl-iidm-api

powsybl-iidm-api

JSON →
library7.2.1javamavenunverified

Provides an API for describing and manipulating power system network models in the PowSyBl framework.

<dependency> <groupId>com.powsybl</groupId> <artifactId>powsybl-iidm-api</artifactId> <version>7.2.1</version> </dependency>
INSTALL
IMPORT
SIG · POWSYBL-IIDM-API
P
powsybl-iidm-api
otherjavav7.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Network
✓ com.powsybl.iidm.network.Network

Creates a new power system network

import com.powsybl.iidm.network.Network; public class Quickstart { public static void main(String[] args) { Network network = Network.create("test", "test"); System.out.println("Network created: " + network.getId()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Bingbot
1
Resources
powsybl-iidm-api — mvn dependency:get powsybl-iidm-api · libregistry