Linearize a model and perform all available linear analysis operations
function FullAnalysis extends Modelica_LinearSystems2.Internal.PartialAnalyzeFunction; input Boolean dB_w = false "= true, to plot Bode as dB over w [rad/s] otherwise magnitude over f [Hz]" annotation( choices(checkBox = true)); output String filePath "Full path name of report file"; end FullAnalysis;