batería#

La batería V5 es una batería de iones de litio diseñada para maximizar el rendimiento del motor. Para más información sobre la batería V5, consulte Descripción general de la batería V5.

Si tiene problemas con la batería de su V5, puede usar el V5 Battery Medic para evaluar su estado. Consulte Uso del V5 Battery Medic para obtener una guía sobre cómo usar la Utilidad de Firmware del V5 para acceder al V5 Battery Medic.

capacidad()#

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

Devuelve: La capacidad restante como porcentaje.

temperatura()#

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

Parámetros

Descripción

unidades

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

Devoluciones: La temperatura en unidades suministradas.

Voltaje()#

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

Parámetros

Descripción

unidades

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

Devuelve: El voltaje en unidades suministradas.

actual()#

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

Parámetros

Descripción

unidades

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

Devuelve: La corriente en unidades suministradas.