pvlib.pvsystem.PVSystem.scale_voltage_current_power#
- PVSystem.scale_voltage_current_power(data)[source]#
- Scales the voltage, current, and power of the data DataFrame by self.modules_per_string and self.strings_per_inverter. - Parameters:
- data (DataFrame or tuple of DataFrame) – May contain columns ‘v_mp’, ‘v_oc’, ‘i_mp’ ,’i_x’, ‘i_xx’, ‘i_sc’, ‘p_mp’. 
- Returns:
- scaled_data (DataFrame or tuple of DataFrame) – A scaled copy of the input data. 
 
