.Modelica_LinearSystems2.Internal.StateSpace2

Continuous state space description of a linear, time invariant differential equation system (data + operations)

Information

This record defines a linear time invariant differential equation system in state space form:

    der(x) = A * x + B * u
        y  = C * x + D * u

with

Contents

NameDescription
'constructor'Default constructors for a StateSpace record
'-'Contains operators for subtraction of state space systems
'+'Parallel connection of two state space systems (= inputs are the same, outputs of the two systems are added)
'*'Series connection of two state space systems
'=='Check whether two linear systems have identical matrices
ImportUtility functions to import state space representations

Generated at 2025-12-10T19:14:03Z by OpenModelicaOpenModelica 1.25.7 using GenerateDoc.mos