Skip to content

How to use: inverter.fit_sandia #2327

Answered by cwhanse
tonival94 asked this question in Q&A
Discussion options

You must be logged in to vote

The docstring summarizes the data expected by that function:

    Parameters
    ----------
    ac_power : array_like
        AC power output at each data point [W].
    dc_power : array_like
        DC power input at each data point [W].
    dc_voltage : array_like
        DC input voltage at each data point [V].
    dc_voltage_level : array_like
        DC input voltage level at each data point. Values must be 'Vmin',
        'Vnom' or 'Vmax'.

"array_like" can be a numpy array or a pandas Series. Lists won't work.

Each array needs to be the same length. The values in each array must be ordered so that the values for one measurement point are in the same position in each array. The easie…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@tonival94
Comment options

@cwhanse
Comment options

@tonival94
Comment options

Answer selected by kandersolar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants