Linearize a model and plot the transfer functions from all inputs to all outputs of the linearized model
function TransferFunctions extends Modelica_LinearSystems2.Internal.PartialAnalyzeFunction; input Boolean dB_w = false "= true, to plot dB over w [rad/s] otherwise magnitude over f [Hz]" annotation( choices(checkBox = true)); end TransferFunctions;