.Modelica_LinearSystems2.WorkInProgress.DiscreteZerosAndPoles.'-'.negate

Information

Unary minus (multiply transfer function by -1)

Interface

function negate
  import ZerosAndPoles = Modelica_LinearSystems2.WorkInProgress.DiscreteZerosAndPoles;
  input ZerosAndPoles zp;
  output ZerosAndPoles result(n1 = zp.n1, n2 = zp.n2, d1 = zp.d1, d2 = zp.d2, k = -zp.k) "= -zp";
end negate;

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