Merge branch 'main' of https://git.jmkengineering.com/JMK_Engineering_Inc/JEPL
This commit is contained in:
commit
3921627eea
1 changed files with 9 additions and 1 deletions
|
|
@ -48,3 +48,11 @@ def panels_per_string(Vmax,Voc,beta=-0.5,temp = 25,STCtemp = 25):
|
|||
panels_per_string_max = Vmax // Vocadj
|
||||
|
||||
return int(panels_per_string_max)
|
||||
|
||||
def voltage_per_string(panels,Voc,beta=-0.5,temp = 25,STCtemp = 25):
|
||||
|
||||
vocadj = temp_adj_Voc(Voc, temp,beta, STCtemp = 25)
|
||||
|
||||
voltage = vocadj * panels
|
||||
|
||||
return round(voltage,4)
|
||||
Loading…
Add table
Reference in a new issue