Interface VoltageLevel.BusView

Enclosing interface:
VoltageLevel

public static interface VoltageLevel.BusView
A bus view of the substation topology.
  • Method Details

    • getBuses

      Iterable<Bus> getBuses()
      Get buses.

      Depends on the working variant.

      See Also:
    • getBusStream

      Stream<Bus> getBusStream()
      Get buses.

      Depends on the working variant.

      See Also:
    • getBus

      Bus getBus(String id)
      Get a bus.

      Depends on the working variant.

      Parameters:
      id - the id of the bus.
      Returns:
      the bus or null if not found
      See Also:
    • getMergedBus

      Bus getMergedBus(String configuredBusId)
      Get the merged bus that includes the given configured bus or Busbar section.

      Depends on the working variant.

      Parameters:
      configuredBusId - The id of the configured bus or busbar section.
      Returns:
      the merged bus or null if not found
      See Also: