pvlib.temperature.GenericLinearModel.use_pvsyst#
- GenericLinearModel.use_pvsyst(u_c, u_v, module_efficiency=None, alpha_absorption=None)[source]#
Use the PVsyst model parameters to set the generic_model equivalents.
- Parameters:
u_c (float) – See
pvlib.temperature.pvsyst_cell()
for details.u_v (float) – See
pvlib.temperature.pvsyst_cell()
for details.module_efficiency (float, optional) – See
pvlib.temperature.pvsyst_cell()
for details.alpha_absorption (float, optional) – See
pvlib.temperature.pvsyst_cell()
for details.
Notes
The optional parameters are primarily for convenient compatibility with existing function signatures.