You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PowSyBl, a topology kind is defined for each VoltageLevel, and it's perfectly fine to have overall in the network a mixed topology kind, that is have some VoltageLevel in NODE_BREAKER and some other VoltageLevel in BUS_BREAKER topology kind.
With the current CGMES exporter, when at least one VoltageLevel is in NODE_BREAKER, the whole network is considered a NODE_BREAKER and the connectivity is exported as follow:
NODE_BREAKERVoltageLevel's adjacent nodes of the NodeBreakerView will be exported as CGMES ConnectivityNodes
BUS_BREAKERVoltageLevel's Buses of the BusBreakerView will be exported as CGMES ConnectivityNodes
Quality/UML-wise, the export is correct. However, this is misleading since what is exported is not the detailed connectivity (for bus-breaker voltage levels) but the topology disguised as connectivity.
Describe the expected behavior
The CGMES export of a network with a mixed topology kind should be a bus-branch export: when at least one VoltageLevel is in BUS_BREAKER topology kind, no ConnectivityNode should be exported, only the TopologycalNode from the Buses of the BusBreakerView.
Describe the motivation
The main reason is to not mislead in any way about the exported file and not pretend the network is entirely a node-breaker when it is at least partly a bus-branch.
Extra Information
No response
The text was updated successfully, but these errors were encountered:
Be aware that with this approach we will lose information in the export. The parts of the network that were specified as node/breaker will be simplified in the output.
Also, for CGMES 3, even exporting a bus/breaker model requires writing CGMES connectivity nodes. Exporting a bus/breaker model using base connectivity designed for node/breaker is valid, and seems the approach chosen by CGMES.
Describe the current behavior
In PowSyBl, a topology kind is defined for each
VoltageLevel
, and it's perfectly fine to have overall in the network a mixed topology kind, that is have someVoltageLevel
inNODE_BREAKER
and some otherVoltageLevel
inBUS_BREAKER
topology kind.With the current CGMES exporter, when at least one
VoltageLevel
is inNODE_BREAKER
, the whole network is considered aNODE_BREAKER
and the connectivity is exported as follow:NODE_BREAKER
VoltageLevel
's adjacentnode
s of the NodeBreakerView will be exported as CGMESConnectivityNode
sBUS_BREAKER
VoltageLevel
'sBus
es of the BusBreakerView will be exported as CGMESConnectivityNode
sQuality/UML-wise, the export is correct. However, this is misleading since what is exported is not the detailed connectivity (for bus-breaker voltage levels) but the topology disguised as connectivity.
Describe the expected behavior
The CGMES export of a network with a mixed topology kind should be a bus-branch export: when at least one
VoltageLevel
is inBUS_BREAKER
topology kind, noConnectivityNode
should be exported, only theTopologycalNode
from theBus
es of the BusBreakerView.Describe the motivation
The main reason is to not mislead in any way about the exported file and not pretend the network is entirely a node-breaker when it is at least partly a bus-branch.
Extra Information
No response
The text was updated successfully, but these errors were encountered: