@@ -80,10 +80,10 @@ def bishop88(diode_voltage, photocurrent, saturation_current,
8080
8181 .. math::
8282
83- I = I_{L} - I_{0} (\exp \frac{V_{d}}{nNsVth} - 1)
83+ I = I_{L} - I_{0} \left (\exp \frac{V_{d}}{nN_{s}V_{th}} - 1 \right )
8484 - \frac{V_{d}}{R_{sh}}
85- - \frac{I_{L} \frac{d^{2}}{\mu \tau}{N_{s} V_{bi} - V_{d}}
86- - a \frac{V_{d}{R_{sh}} (1 - \frac{V_{d}}{V_{br}})^-m
85+ - \frac{I_{L} \frac{d^{2}}{\mu \tau}} {N_{s} V_{bi} - V_{d}}
86+ - a \frac{V_{d}} {R_{sh}} \left (1 - \frac{V_{d}}{V_{br}} \right )^{-m}
8787
8888 The input `diode_voltage` must be :math:`V + I R_{s}`.
8989
@@ -97,7 +97,7 @@ def bishop88(diode_voltage, photocurrent, saturation_current,
9797 Parameters
9898 ----------
9999 diode_voltage : numeric
100- diode voltages [V]
100+ diode voltage :math:`V_d` [V]
101101 photocurrent : numeric
102102 photo-generated current :math:`I_{L}` [A]
103103 saturation_current : numeric
@@ -108,7 +108,7 @@ def bishop88(diode_voltage, photocurrent, saturation_current,
108108 shunt resistance :math:`R_{sh}` [ohms]
109109 nNsVth : numeric
110110 product of thermal voltage :math:`V_{th}` [V], diode ideality factor
111- ``n`` , and number of series cells :math:`N_{s}`
111+ :math:`n` , and number of series cells :math:`N_{s}` [V]
112112 d2mutau : numeric, default 0
113113 PVsyst parameter for cadmium-telluride (CdTe) and amorphous-silicon
114114 (a-Si) modules that accounts for recombination current in the
@@ -135,9 +135,9 @@ def bishop88(diode_voltage, photocurrent, saturation_current,
135135 -------
136136 tuple
137137 currents [A], voltages [V], power [W], and optionally
138- :math:`\\ frac{dI}{dV_d}`, :math:`\ \frac{dV}{dV_d}`,
139- :math:`\\ frac{dI}{dV}`, :math:`\ \frac{dP}{dV}`, and
140- :math:`\\ frac{d^2 P}{dV dV_d}`
138+ :math:`\frac{dI}{dV_d}`, :math:`\frac{dV}{dV_d}`,
139+ :math:`\frac{dI}{dV}`, :math:`\frac{dP}{dV}`, and
140+ :math:`\frac{d^2 P}{dV dV_d}`
141141
142142 Notes
143143 -----
0 commit comments