Add more inverters into the system #2034
Answered
by
kandersolar
ClemensReichel
asked this question in
Q&A
-
How would you add more inverters into the system? With "modules_per_string" and "strings_per_inverter" you can layout the PV modules. But how would you do the same for the inverters? |
Beta Was this translation helpful? Give feedback.
Answered by
kandersolar
May 3, 2024
Replies: 1 comment
-
Hi @ClemensReichel, pvlib's |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ClemensReichel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ClemensReichel, pvlib's
PVSystem
andModelChain
support only a single inverter. In general, simulating multiple inverters is done by defining aPVSystem
/ModelChain
instance for each inverter. Or in the special case where all aspects of the inverters and their arrays are identical, you just perform one simulation and multiply by the number of inverters.See also: https://pvlib-python.readthedocs.io/en/stable/user_guide/faq.html#how-do-i-model-a-system-with-multiple-inverters