find_vf_

plasmapy.analysis.swept_langmuir.find_vf_(
voltage: ndarray,
current: ndarray,
threshold: int = 1,
min_points: float | None = None,
fit_type: str = 'exponential',
) tuple[floating, VFExtras]

Alias to find_floating_potential().