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