.Modelica_LinearSystems2.Internal.frequencyRangeBode

Information

Determine min. and max. frequencies for Bode plot

Interface

function frequencyRangeBode
  extends Modelica.Icons.Function;
  input Complex numZeros[:] "Zeros of numerator";
  input Complex denZeros[:] "Zeros of denominator";
  output Modelica.Units.SI.AngularVelocity w_min;
  output Modelica.Units.SI.AngularVelocity w_max;
end frequencyRangeBode;

Generated at 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos