Scales the voltage, current, and power in data by the voltage and current factors.
data (DataFrame) – May contain columns ‘v_mp’, ‘v_oc’, ‘i_mp’ ,’i_x’, ‘i_xx’, ‘i_sc’, ‘p_mp’.
DataFrame
voltage (numeric, default 1) – The amount by which to multiply the voltages.
1
current (numeric, default 1) – The amount by which to multiply the currents.
scaled_data (DataFrame) – A scaled copy of the input data. ‘p_mp’ is scaled by voltage * current.
previous
pvlib.pvsystem.retrieve_sam
next
Effects on PV System Output