Classes | |
class | battery_profiler |
Functions | |
def | fit_exp_nonlinear |
def | model_func |
Variables | |
tuple | battery_profiler = battery_profiler() |
float | eol_voltage = 10.75 |
int | half_hour_conversion = 1800 |
int | sliding_window = 1 |
def segbot_sensors.battery_profiler.fit_exp_nonlinear | ( | t, | |
y | |||
) |
Definition at line 43 of file battery_profiler.py.
def segbot_sensors.battery_profiler.model_func | ( | t, | |
A, | |||
K, | |||
C | |||
) |
Definition at line 39 of file battery_profiler.py.
Definition at line 136 of file battery_profiler.py.
float segbot_sensors::battery_profiler::eol_voltage = 10.75 |
Definition at line 36 of file battery_profiler.py.
Definition at line 35 of file battery_profiler.py.
Definition at line 34 of file battery_profiler.py.