.Modelica_LinearSystems2.ZerosAndPoles.'-'.negate

Information

Unary minus (multiply zeros and poles description by -1)

Interface

function negate
  import Modelica_LinearSystems2.ZerosAndPoles;
  input ZerosAndPoles zp "Zeros-and-poles data record";
  output ZerosAndPoles result(n1 = zp.n1, n2 = zp.n2, d1 = zp.d1, d2 = zp.d2, k = -zp.k) "= -zp";
end negate;

Generated at 2025-01-14T19:25:37Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos