@@ -109,13 +109,13 @@ def bishop88(diode_voltage, photocurrent, saturation_current,
109
109
(a-Si) modules that is the product of the PV module number of series
110
110
cells :math:`N_{s}` and the builtin voltage :math:`V_{bi}` of the
111
111
intrinsic layer. [V].
112
- breakdown_factor : numeric , default 0
112
+ breakdown_factor : float , default 0
113
113
fraction of ohmic current involved in avalanche breakdown :math:`a`.
114
114
Default of 0 excludes the reverse bias term from the model. [unitless]
115
- breakdown_voltage : numeric , default -5.5
115
+ breakdown_voltage : float , default -5.5
116
116
reverse breakdown voltage of the photovoltaic junction :math:`V_{br}`
117
117
[V]
118
- breakdown_exp : numeric , default 3.28
118
+ breakdown_exp : float , default 3.28
119
119
avalanche breakdown exponent :math:`m` [unitless]
120
120
gradients : bool
121
121
False returns only I, V, and P. True also returns gradients
@@ -238,13 +238,13 @@ def bishop88_i_from_v(voltage, photocurrent, saturation_current,
238
238
(a-Si) modules that is the product of the PV module number of series
239
239
cells ``Ns`` and the builtin voltage ``Vbi`` of the intrinsic layer.
240
240
[V].
241
- breakdown_factor : numeric , default 0
241
+ breakdown_factor : float , default 0
242
242
fraction of ohmic current involved in avalanche breakdown :math:`a`.
243
243
Default of 0 excludes the reverse bias term from the model. [unitless]
244
- breakdown_voltage : numeric , default -5.5
244
+ breakdown_voltage : float , default -5.5
245
245
reverse breakdown voltage of the photovoltaic junction :math:`V_{br}`
246
246
[V]
247
- breakdown_exp : numeric , default 3.28
247
+ breakdown_exp : float , default 3.28
248
248
avalanche breakdown exponent :math:`m` [unitless]
249
249
method : str, default 'newton'
250
250
Either ``'newton'`` or ``'brentq'``. ''method'' must be ``'newton'``
@@ -373,13 +373,13 @@ def bishop88_v_from_i(current, photocurrent, saturation_current,
373
373
(a-Si) modules that is the product of the PV module number of series
374
374
cells ``Ns`` and the builtin voltage ``Vbi`` of the intrinsic layer.
375
375
[V].
376
- breakdown_factor : numeric , default 0
376
+ breakdown_factor : float , default 0
377
377
fraction of ohmic current involved in avalanche breakdown :math:`a`.
378
378
Default of 0 excludes the reverse bias term from the model. [unitless]
379
- breakdown_voltage : numeric , default -5.5
379
+ breakdown_voltage : float , default -5.5
380
380
reverse breakdown voltage of the photovoltaic junction :math:`V_{br}`
381
381
[V]
382
- breakdown_exp : numeric , default 3.28
382
+ breakdown_exp : float , default 3.28
383
383
avalanche breakdown exponent :math:`m` [unitless]
384
384
method : str, default 'newton'
385
385
Either ``'newton'`` or ``'brentq'``. ''method'' must be ``'newton'``
0 commit comments