find_sub_systems#

relsad.simulation.find_sub_systems(p_s: relsad.network.systems.PowerSystem.PowerSystem, curr_time: relsad.Time.Time)[source]#

Function that finds the independent sub systems of the given power system and adds them to the sub_systems list of the power system

Parameters
  • p_s (PowerSystem) – A PowerSystem object

  • curr_time (Time) – Current time

Return type

None