Declared in Battery

Declaration

double[] OCVCoefficients;

Description

Polynomial coefficients for the Open Circuit Voltage (OCV) curve as a function of SOC. OCV(SOC) = a + bSOC + cSOC^2 + … where coefficients are [a, b, c, …]. When null or empty, falls back to linear model: NominalVoltage * SOC. Use SetOCVCoefficients, SetOCVCoefficient, RemoveOCVCoefficient, and ClearOCVCoefficients for REST API usage.