Linearize a model and return the linearized model as StateSpace object
function Linearize extends Modelica_LinearSystems2.Internal.PartialAnalyzeFunction; output Modelica_LinearSystems2.StateSpace ss = ssLin "Linearized system as StateSpace object"; end Linearize;