@@ -170,9 +170,11 @@ class PVSystem:
170170 inverter_parameters : dict or Series, optional
171171 Inverter parameters as defined by the SAPM, CEC, or other.
172172
173- racking_model : string, default 'open_rack'
174- Valid strings are 'open_rack', 'close_mount', and 'insulated_back'.
175- Used to identify a parameter set for the SAPM cell temperature model.
173+ racking_model : string, optional
174+ Valid strings are ``'open_rack'``, ``'close_mount'``, and
175+ ``'insulated_back'``. Used to identify a parameter set for the SAPM
176+ cell temperature model. See :py:func:`pvlib.temperature.sapm_module`
177+ for definitions.
176178
177179 losses_parameters : dict or Series, optional
178180 Losses parameters as defined by PVWatts or other.
@@ -1395,8 +1397,10 @@ class FixedMount(AbstractMount):
13951397 West=270. [degrees]
13961398
13971399 racking_model : str, optional
1398- Valid strings are 'open_rack', 'close_mount', and 'insulated_back'.
1399- Used to identify a parameter set for the SAPM cell temperature model.
1400+ Valid strings are ``'open_rack'``, ``'close_mount'``, and
1401+ ``'insulated_back'``. Used to identify a parameter set for the SAPM
1402+ cell temperature model. See :py:func:`pvlib.temperature.sapm_module`
1403+ for definitions.
14001404
14011405 module_height : float, optional
14021406 The height above ground of the center of the module [m]. Used for
@@ -1472,8 +1476,11 @@ class SingleAxisTrackerMount(AbstractMount):
14721476 `cross_axis_tilt`. [degrees]
14731477
14741478 racking_model : str, optional
1475- Valid strings are 'open_rack', 'close_mount', and 'insulated_back'.
1476- Used to identify a parameter set for the SAPM cell temperature model.
1479+ Valid strings are ``'open_rack'``, ``'close_mount'``, and
1480+ ``'insulated_back'`. Used to identify a parameter set for the SAPM
1481+ cell temperature model. ``'open_rack'`` should be used for systems
1482+ with single-axis trackers. See :py:func:`pvlib.temperature.sapm_module`
1483+ for definitions.
14771484
14781485 module_height : float, optional
14791486 The height above ground of the center of the module [m]. Used for
0 commit comments