Posts
Members
Info
SLD 1.8 : FeederPrimaryBlock.checkConsistency
Hi , We cannot generate any SVG Image with the new FeederPrimaryBlock.checkConsistency condition wich requires to have only 2 nodes at the level of the feederBlock. With the SLD 1.6 version we were able to generate svg with feeder block that contains (FeederNode , FictitiousBode…
0
9
Why give bus-branch related warnings when conversion is considered note-breaker?
Hi all! I'm working together with Gerben D and Sander Jansen on the conversion of our model in PowSyBl. What I was wondering is why PowSyBl is giving us bus-branch related warnings when we tell PowSyBl using the EquipmentOperation profile that conversion should be considered…
0
1
Release SLD 1.6.0 : Missing Constructor + NominalVoltageDiagramStyleProvider
Hi , In the SLD Release (1.6.0) , we tried to use the "NominalVoltageDiagramStyleProvider" as explained in the ReleaseNote , but the default constructor (new NominalVoltageDiagramStyleProvider()) doesn't exist . Thanks . …
1
1
3WT AMPL-CSV export
With itools, when exporting to CSV a 3WT transformer connected to a node connected to nothing else, an error is raised. The xiidm file below allow to reproduce the problem. The error stack is: java.lang.IllegalStateException: No mapping found for id…
0
4
3WT AMPL-CSV export
With itools, when exporting to CSV a 3WT transformer connected to a node connected to nothing else, an error is raised. The xiidm file below allow to reproduce the problem. The error stack java.lang.IllegalStateException: No mapping found for id…
0
0
3WT AMPL-CSV export
With itools, when exporting to CSV a 3WT transformer connected to a node connected to nothing else, an error is raised. The xiidm file below allow to reproduce the problem. The error stack java.lang.IllegalStateException: No mapping found for id…
0
0
"nominalVoltage not found" when importing CGMES
Hi, When importing any CGMES file with an itools command, an error is raised: "nominalVoltage not found for BaseVoltage ...". Any idea about what I am missing?
0
3
TopologyCalculation vs FictitiousNode
Hi @benoit-jeanson , We are using the TopologyCalculation Algorithm , and it works good for Graphs without FictitiousNodes , but with other ones , it also counts the fictitious nodes in the calculation of the topology, knowing that these fictitious nodes do not really reflect…
0
3
RawGraphBuilder.VoltageLevelBuilder is not visible
Hi @geofjamg , We cannot use the VoltageLevelBuilder methods to create Graph elements since RawGraphBuilder.VoltageLevelBuilder is not visible from outside package. Thanks !
0
0
·198d# Issues
Try to remove all uses of raw types ?
The biggest problem with raw types is that the generics are removed from all the method, not only the methods using the missing generic type For example: List<Injection> injections = area.getScalable().filterInjections(network); Injection i = injections.get(0); …
0
0