@@ -165,16 +165,16 @@ class PVSystem:
165165
166166 inverter : string, optional
167167 The model name of the inverters.
168- May be used to look up the inverter_parameters dictionary
168+ May be used to look up the `` inverter_parameters`` dictionary
169169 via some other method.
170170
171171 inverter_parameters : dict or Series, optional
172172 Inverter parameters as defined by the SAPM, CEC, or other.
173173
174174 racking_model : string, default None
175- Valid strings are `` open_rack`` , `` close_mount``, and
176- `` insulated_back` `.
177- Used to identify a parameter set for the SAPM cell temperature model.
175+ Valid strings are `open_rack`, `close_mount`, `freestanding`, or
176+ `insulated_back`.
177+ Used to identify a parameter set for the cell temperature model.
178178
179179 losses_parameters : dict or Series, optional
180180 Losses parameters as defined by PVWatts or other.
@@ -1376,10 +1376,11 @@ class FixedMount(AbstractMount):
13761376 West=270. [degrees]
13771377
13781378 racking_model : str, optional, default None
1379- Valid strings are 'open_rack', 'close_mount', and 'insulated_back'.
1380- Used to identify a parameter set for the SAPM cell temperature model.
1379+ Valid strings are `open_rack', `close_mount`, `freestanding`, or
1380+ `insulated_back`.
1381+ Used to identify a parameter set for the cell temperature model.
13811382
1382- module_height : float, optional
1383+ module_height : float, optional, default None
13831384 The height above ground of the center of the module [m]. Used for
13841385 the Fuentes cell temperature model.
13851386 """
@@ -1452,7 +1453,7 @@ class SingleAxisTrackerMount(AbstractMount):
14521453 :func:`~pvlib.tracking.calc_cross_axis_tilt` to calculate
14531454 `cross_axis_tilt`. [degrees]
14541455
1455- racking_model : str, optional, default None
1456+ racking_model : str, optional
14561457 Valid strings are 'open_rack', 'close_mount', and 'insulated_back'.
14571458 Used to identify a parameter set for the SAPM cell temperature model.
14581459
0 commit comments