openDAM.model.Line module

class openDAM.model.Line.Line(id, f, t, c_up, c_down)[source]
Parameters:
  • from_id – id of origin bidding area (or location).
  • to_id – id of origin bidding area (or location).
  • capacity_up – dict with capacities per period in normal direction.
  • capacity_down – dict with capacities per period in reverse direction.