ISatExtras
- class plasmapy.analysis.swept_langmuir.ion_saturation_current.ISatExtras( )[source]
Bases:
NamedTuple
Create a
tuple
containing the extra parameters calculated byfind_ion_saturation_current
.Create new instance of ISatExtras(rsq, fitted_func, fitted_indices)
Attributes Summary
Alias for field number 1, the fit-function fitted during the ion-saturation curve fit.
Alias for field number 2, the indices used in the ion-saturation curve fit.
Alias for field number 0, the r-squared value of the ion-saturation curve fit.
Methods Summary
count
(value, /)Return number of occurrences of value.
index
(value[, start, stop])Return first index of value.
Attributes Documentation
- fitted_func: AbstractFitFunction | None
Alias for field number 1, the fit-function fitted during the ion-saturation curve fit.
- fitted_indices: slice | None
Alias for field number 2, the indices used in the ion-saturation curve fit.
Methods Documentation
- count(value, /)
Return number of occurrences of value.
- index(value, start=0, stop=9223372036854775807, /)
Return first index of value.
Raises ValueError if the value is not present.