mp.data_model_cpf

class mp.data_model_cpf

Bases: mp.data_model

mp.data_model_cpf - MATPOWER data model for CPF tasks.

The purpose of this class is to include CPF-specific subclasses for the load and shunt elements, which need to be able to provide versions of their model parameters that are parameterized by the continuation parameter \(\lambda\).

data_model_cpf Methods:

See also mp.data_model.

Constructor Summary
data_model_cpf()

Constructor, assign default data model element classes.

Create an empty data model object and assign the default data model element classes, which are the same as those defined by the base class, except for loads and shunts.

dm = mp.data_model_cpf()