pyCity
pyCity copied to clipboard
IntegrateReactivePower
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
@TSchloesser132 Can you please check if the above sub-issue are implemented and then check the boxes?