Interface VoltageLevel.BusView

    • Method Detail

      • 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:
        VariantManager
      • 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:
        VariantManager