Construct 2 transfer functions and plot the Bode diagram with automatic determination of the frequency range to plot
function plotBode2 extends Modelica.Icons.Function; import Modelica_LinearSystems2.TransferFunction; output Boolean ok; end plotBode2;