Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Anderson <[email protected]>
  • Loading branch information
echedey-ls and kandersolar authored Dec 3, 2024
1 parent 2170d58 commit 160f151
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pvlib/pvsystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -2062,7 +2062,8 @@ def retrieve_sam(name=None, path=None):
Name: AE_Solar_Energy__AE6_0__277V_, dtype: object
# using the latest CEC Inverter database, via URL
>>> inv_db = pvsystem.retrieve_sam(path="https://raw.githubusercontent.com/NREL/SAM/refs/heads/develop/deploy/libraries/CEC%20Inverters.csv")
>>> url = "https://raw.githubusercontent.com/NREL/SAM/refs/heads/develop/deploy/libraries/CEC%20Inverters.csv"
>>> inv_db = pvsystem.retrieve_sam(path=url)
>>> inv_db.keys()
Index(['ABB__PVI_3_0_OUTD_S_US_A__208V_', 'ABB__PVI_3_0_OUTD_S_US_A__240V_', ...],
dtype='object', length=...)
Expand Down

0 comments on commit 160f151

Please sign in to comment.