电池#

V5 电池是一款锂离子电池,旨在最大程度提升电机性能。有关 V5 电池的更多信息,请阅读 V5 电池概述

如果您的 V5 电池出现问题,可以使用 V5 Battery Medic 评估其健康状况。请前往 使用 V5 Battery Medic 获取如何使用 V5 固件实用程序访问 V5 Battery Medic 的指南。

容量()#

The capacity() method reads the remaining capacity of the battery.

**返回:**剩余容量百分比。

温度()#

The temperature(units) method reads the temperature of the battery.

参数

描述

单位

Optional. A valid TemperatureUnits type or PERCENT. The default is CELSIUS.

**返回:**以提供的单位表示的温度。

电压()#

The voltage(units) method reads the voltage of the battery.

参数

描述

单位

Optional. A valid VoltageUnits type or PERCENT. The default is MV.

**返回:**以提供的单位表示的电压。

当前的()#

The current(units) method reads the current of the battery.

参数

描述

单位

Optional. AMP is the only current unit type available. The default is mA or milliamp, but it is not available as an enum.

返回: 以提供的单位表示的电流。