hppcTestSuite
Description
Use hppcTestSuite
to create an HPPCTestSuite
container object for storing hybrid pulse power characterization (HPPC) tests of type HPPCTest
.
An HPPCTestSuite
object is a collection of different separate HPPC tests
normally conducted at different temperatures, for different cells, or at different battery
C-rates. You can optionally define a temperature for each HPPC test. This action overrides the
temperature defined in each HPPCTest
object.
The SuiteSummary
property contains a table with all the individual
HPPC tests. To estimate the parameters of an equivalent circuit model for all tests at once,
use this object and an ECM
object as
inputs to the fitECM
function.
This figure shows the typical workflow to estimate the parameters of an equivalent circuit
model from HPPC test data:
Creation
Description
creates a default
hppcExp
= hppcTestSuiteHPPCTestSuite
object, hppcExp
, with default
property values.
creates an hppcExp
= hppcTestSuite(HPPCTestSet
,PropertyName=Value
)HPPCTestSuite
object, hppcExp
, for storing
HPPC tests, HPPCTestSet
, of type HPPCTest
and sets
properties using one or more name-value arguments.
Input Arguments
Properties
Object Functions
addHPPCTest | Add new HPPCTest object to HPPCTestSuite
object |
Version History
Introduced in R2025a