MPCSystemMatrices#
- class do_dpc.dpc.mpc.MPCSystemMatrices(K, sys)[source]#
Bases:
objectStores system matrices for the MPC controller.
- K#
Infinite horizon Kalman gain.
- Type:
np.ndarray
- sys#
System data containing state-space matrices A, B, C, D.
- Type:
Methods#
Attributes#
K#
-
MPCSystemMatrices.K:
ndarray#
sys#
-
MPCSystemMatrices.sys:
StateSpaceModel#