Declared in Battery

Declaration

void SetOCVCoefficients(
    double[] coefficients
);

Description

Sets the full OCV coefficient array. Pass null or empty to clear and use linear model. Cleared state is stored as an empty array for REST/serialization compatibility.

Parameters

NameDescription
coefficientsCoefficients [a, b, c, …] for OCV(SOC) = a + bSOC + cSOC^2 + …, or null to clear.