.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 2024-11-26T19:26:15Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos