ding0.grid package

Submodules

ding0.grid.tools module

ding0.grid.tools.cable_type(nom_power, nom_voltage, avail_cables)[source]

Determine suitable type of cable for given nominal power

Based on maximum occurring current which is derived from nominal power (either peak load or max. generation capacity) a suitable cable type is chosen. Thus, no line overloading issues should occur.

Parameters:
  • nom_power (float) – Nominal power of generators or loads connected via a cable
  • nom_voltage (float) – Nominal voltage in kV
  • avail_cables (pandas.DataFrame) – Available cable types including it’s electrical parameters
Returns:

pandas.DataFrame – Parameters of cable type

Module contents