@@ -168,9 +168,10 @@ class PVSystem:
168168 Inverter parameters as defined by the SAPM, CEC, or other.
169169
170170 racking_model : string, optional
171- Valid strings are ``'open_rack'``, ``'close_mount'``, and
172- ``'insulated_back'``. Used to identify a parameter set for the SAPM
173- cell temperature model. See :py:func:`~pvlib.temperature.sapm_module`
171+ Valid strings are ``'open_rack'``, ``'close_mount'``,
172+ ``'freestanding'``, and ``'insulated_back'`. Used to identify a
173+ parameter set for the SAPM cell temperature model.
174+ See :py:func:`~pvlib.temperature.sapm_module`
174175 for definitions.
175176
176177 losses_parameters : dict or Series, optional
@@ -1394,9 +1395,10 @@ class FixedMount(AbstractMount):
13941395 West=270. [degrees]
13951396
13961397 racking_model : str, optional
1397- Valid strings are ``'open_rack'``, ``'close_mount'``, and
1398- ``'insulated_back'``. Used to identify a parameter set for the SAPM
1399- cell temperature model. See :py:func:`~pvlib.temperature.sapm_module`
1398+ Valid strings are ``'open_rack'``, ``'close_mount'``,
1399+ ``'freestanding'``, and ``'insulated_back'`. Used to identify a
1400+ parameter set for the SAPM cell temperature model.
1401+ See :py:func:`~pvlib.temperature.sapm_module`
14001402 for definitions.
14011403
14021404 module_height : float, optional
@@ -1473,10 +1475,10 @@ class SingleAxisTrackerMount(AbstractMount):
14731475 `cross_axis_tilt`. [degrees]
14741476
14751477 racking_model : str, optional
1476- Valid strings are ``'open_rack'``, ``'close_mount'``, and
1477- ``'insulated_back'`. Used to identify a parameter set for the SAPM
1478- cell temperature model. ``'open_rack'`` should be used for systems
1479- with single-axis trackers.
1478+ Valid strings are ``'open_rack'``, ``'close_mount'``,
1479+ ``'freestanding'``, and ``' insulated_back'`. Used to identify a
1480+ parameter set for the SAPM cell temperature model.
1481+ ``'open_rack'`` should be used for systems with single-axis trackers.
14801482 See :py:func:`~pvlib.temperature.sapm_module` for definitions.
14811483
14821484 module_height : float, optional
0 commit comments