-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Is it possible to include multiple inverters in a system or model chain?
Describe the solution you'd like
It would be ideal to include an inverter parameter in the array object that overrides the pvsystem parameter.
I have looked at #1132 and https://groups.google.com/g/pvlib-python/c/qLSN-3h0N6Y and seems it's just an unimplemented feature.
The current way we are able to compute dc power is just by multiplying the inverter parameters by the array amount.
system = pvlib.pvsystem.PVSystem(
arrays=arrays,
inverter_parameters=inverter * num_array
)
Which feels very hacky.
Metadata
Metadata
Assignees
Labels
No labels