HPPCChart
Chart for visualizing identified discharge and charge pulses in a voltage plot
Since R2025a
Description
Use HPPCChart
to create a chart for visualizing the identified
discharge and charge pulses inside a voltage plot.
Creation
Description
Note
To quickly create a HPPCChart
object, use the plot
method of the HPPCTest
object. By using this function, you avoid
importing the namespace, using the full class name, or dealing only with name-value
arguments when creating the object.
To use this object, at the MATLAB® Command Window, run this command at least once each MATLAB session:
import simscape.battery.parameters.*;
chart = HPPCChart(
creates a Parent
=fig,HPPCTest
=test)HPPCChart
object that visualizes the discharge and charge
pulses inside the HPPCTest
object specified in the
HPPCTest
property, in the container specified in the
Parent
property.
chart = HPPCChart(
creates a
HPPCTest
=test)HPPCChart
object that visualizes the discharge and charge pulses inside
the HPPCTest
object specified in the HPPCTest
property.
chart = HPPCChart(___,
creates a PropertyName=Value
)HPPCChart
object and sets Properties using one or more name-value
arguments.
Properties
Version History
Introduced in R2025a