Share via


Charge_Hysteresis Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Specifies the delay that is required to keep the battery in idle charging mode.

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)

Syntax

'Declaration
Public ReadOnly Charge_Hysteresis As Integer
public readonly int Charge_Hysteresis
public:
initonly int Charge_Hysteresis
val Charge_Hysteresis: int
public final var Charge_Hysteresis : int

Remarks

A battery's hysteresis comparator senses a charging current flowing through the battery pack and turns off the charge when the current reaches an upper limit (maximum voltage level). Because the charging current may fluctuate slightly, it is possible for the comparator to detect that the voltage level has reached the maximum when a transitory spike occurs. Therefore, chargers use a hysteresis delay. After the comparator detects the maximum voltage level, the charger waits the number of milliseconds specified in this field before turning off the charging current. If the voltage level drops below the maximum during the hysteresis delay, the charger does not turn off the charging voltage.

.NET Framework Security

See Also

Reference

Battery. . :: . .ChargerModel Class

Microsoft.SPOT.Hardware Namespace