pyCity icon indicating copy to clipboard operation
pyCity copied to clipboard

IntegrateReactivePower

Open mschumacher247 opened this issue 6 years ago • 1 comments

Integration of reactive power into electrical load object. Following changes need to be made:

  • [ ] Add class LoadComplex inheriting from Load overiding _get function
  • [ ] Add class ElectricalDemandComplex inherting from LoadComplex
  • [ ] Change every processing of LoadComplex.loadcurve from 1-column to 2-column approach, e.g. meaning usage of shape instead len() for value propagation

mschumacher247 avatar Feb 23 '18 13:02 mschumacher247