Uses of Interface
com.powsybl.iidm.network.BusbarSection
Packages that use BusbarSection
Package
Description
-
Uses of BusbarSection in com.powsybl.iidm.modification.topology
Methods in com.powsybl.iidm.modification.topology that return BusbarSectionModifier and TypeMethodDescriptionstatic BusbarSection
TopologyModificationUtils.getFirstBusbarSection
(VoltageLevel voltageLevel) Method returning the first busbar section with the lowest BusbarSectionIndex if there are the BusbarSectionPosition extensions and the first busbar section found otherwise.Methods in com.powsybl.iidm.modification.topology with parameters of type BusbarSectionModifier and TypeMethodDescriptionfinal String
DefaultNamingStrategy.getDisconnectorBetweenChunksId
(BusbarSection bbs, String baseId, int id1Num, int id2Num) NamingStrategy.getDisconnectorBetweenChunksId
(BusbarSection bbs1, String baseId, int id1Num, int id2Num) final String
DefaultNamingStrategy.getDisconnectorId
(BusbarSection bbs, String baseId, int id1Num, int id2Num, int side) NamingStrategy.getDisconnectorId
(BusbarSection bbs, String baseId, int id1Num, int id2Num, int side) TopologyModificationUtils.getPositionRange
(BusbarSection bbs) Get the range of connectable positions delimited by neighbouring busbar sections, for a given busbar section.final String
DefaultNamingStrategy.getSectioningPrefix
(String baseId, BusbarSection bbs, int busBarNum, int section1Num, int section2Num) NamingStrategy.getSectioningPrefix
(String baseId, BusbarSection bbs, int busBarNum, int section1Num, int section2Num) final String
DefaultNamingStrategy.getSwitchBaseId
(VoltageLevel voltageLevel, BusbarSection bbs1, BusbarSection bbs2) NamingStrategy.getSwitchBaseId
(VoltageLevel voltageLevel, BusbarSection bbs1, BusbarSection bbs2) Used in coupling device buildingTopologyModificationUtils.getUnusedOrderPositionsAfter
(BusbarSection bbs) Get all the unused positions after the highest used position on the busbar section bbs.TopologyModificationUtils.getUnusedOrderPositionsBefore
(BusbarSection bbs) Get all the unused positions before the lowest used position on the busbar section bbs. -
Uses of BusbarSection in com.powsybl.iidm.modification.util
Methods in com.powsybl.iidm.modification.util with parameters of type BusbarSectionModifier and TypeMethodDescriptionstatic void
ModificationReports.noBusbarSectionPositionExtensionReport
(Reporter reporter, BusbarSection bbs) -
Uses of BusbarSection in com.powsybl.iidm.network
Methods in com.powsybl.iidm.network that return BusbarSectionModifier and TypeMethodDescriptionBusbarSectionAdder.add()
Network.getBusbarSection
(String id) Get a busbar section from its id or an alias.VoltageLevel.NodeBreakerView.getBusbarSection
(String id) Get a busbar section.Methods in com.powsybl.iidm.network that return types with arguments of type BusbarSectionModifier and TypeMethodDescriptionNetwork.getBusbarSections()
Get all busbar sections.VoltageLevel.NodeBreakerView.getBusbarSections()
Get busbar sections.Network.getBusbarSectionStream()
Get all busbar sections.VoltageLevel.NodeBreakerView.getBusbarSectionStream()
Get busbar sections.Methods in com.powsybl.iidm.network with parameters of type BusbarSectionModifier and TypeMethodDescriptionvoid
AbstractTerminalTopologyVisitor.visitBusbarSection
(BusbarSection busbarSection) void
DefaultTopologyVisitor.visitBusbarSection
(BusbarSection section) void
TopologyVisitor.visitBusbarSection
(BusbarSection section) -
Uses of BusbarSection in com.powsybl.iidm.network.impl
Methods in com.powsybl.iidm.network.impl that return BusbarSectionModifier and TypeMethodDescriptionNetworkImpl.getBusbarSection
(String id) SubnetworkImpl.getBusbarSection
(String id) Methods in com.powsybl.iidm.network.impl that return types with arguments of type BusbarSectionModifier and TypeMethodDescriptionNetworkImpl.getBusbarSections()
SubnetworkImpl.getBusbarSections()
NetworkImpl.getBusbarSectionStream()
SubnetworkImpl.getBusbarSectionStream()
-
Uses of BusbarSection in com.powsybl.iidm.network.impl.extensions
Methods in com.powsybl.iidm.network.impl.extensions with parameters of type BusbarSectionModifier and TypeMethodDescriptionprotected BusbarSectionPosition
BusbarSectionPositionAdderImpl.createExtension
(BusbarSection busbarSection) BusbarSectionPositionAdderImplProvider.newAdder
(BusbarSection busbarSection) Constructors in com.powsybl.iidm.network.impl.extensions with parameters of type BusbarSectionModifierConstructorDescriptionBusbarSectionPositionImpl
(BusbarSection busbarSection, int busbarIndex, int sectionIndex) -
Uses of BusbarSection in com.powsybl.iidm.network.test
Constructors in com.powsybl.iidm.network.test with parameters of type BusbarSection -
Uses of BusbarSection in com.powsybl.iidm.network.util
Methods in com.powsybl.iidm.network.util with parameters of type BusbarSectionModifier and TypeMethodDescriptionstatic int
NodeBreakerTopology.newStandardConnection
(BusbarSection bb) Creates a standard connection point from a bus bar section, with a disconnector and a breaker. -
Uses of BusbarSection in com.powsybl.iidm.serde.extensions
Methods in com.powsybl.iidm.serde.extensions with parameters of type BusbarSectionModifier and TypeMethodDescriptionBusbarSectionPositionSerDe.read
(BusbarSection busbarSection, DeserializerContext context) -
Uses of BusbarSection in com.powsybl.loadflow.resultscompletion.z0flows
Methods in com.powsybl.loadflow.resultscompletion.z0flows with parameters of type BusbarSectionModifier and TypeMethodDescriptionvoid
Z0FlowFromBusBalance.visitBusbarSection
(BusbarSection section)