SunPower / PVMismatch

An explicit Python PV system IV & PV curve trace calculator which can also calculate mismatch.
http://sunpower.github.io/PVMismatch/
BSD 3-Clause "New" or "Revised" License
78 stars 30 forks source link

add methods for accessing MPP (Vmp, Imp) for lower abstractions (PVCell, PVModule, PVstring) #103

Open chetan201 opened 5 years ago

chetan201 commented 5 years ago

need to add a method that works universally for getting Pmp, Vmp, Imp for all abstractions. It exists for PVSystem level but not lower.