batteryCyclingStep
R2026bDescription
A batteryCyclingStep object contains information
about the battery cycle, including parameters defining the charging, discharging, and resting
phases, and properties for switching between these phases.
Creation
Description
cycling = batteryCyclingStep(
creates a PropertyName=Value)batteryCyclingStep object and specifies the properties for
the battery cycle. For example, you can specify the normalized current and hold voltage
values, maximum simulation time, cutoff normalized current, maximum and minimum voltage
limits, and the time step.
You can use a vector of cycling steps to specify a sequence of charging, discharging, resting, and charging with constant voltage, in any combination and order.
model = batteryP2DModel(CyclingStep=[cycling1 cycling2 ...])