8000 implement multi-MPPT inverter model by cwhanse · Pull Request #1085 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

implement multi-MPPT inverter model #1085

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Dec 2, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove array from docstring
  • Loading branch information
cwhanse committed Nov 24, 2020
commit 9bf5f1a0deb5e1fcacde06caccaff9a3727b8dd3
4 changes: 2 additions & 2 deletions pvlib/inverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ def sandia_multi(v_dc, p_dc, inverter):

Parameters
----------
v_dc : tuple, list or array of numeric
v_dc : tuple or list of numeric
DC voltage on each MPPT input of the inverter. [V]

p_dc : tuple, list or array of numeric
p_dc : tuple or list of numeric
DC power on each MPPT input of the inverter. [W]

inverter : dict-like
Expand Down
0