.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

Name Description
 '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
 Import Utility functions to import state space representations

Generated at 2026-04-06T18:18:36Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos