.PowerSysPro.Functions.conj

Conjugate of complex number

Interface

function conj
  extends Icons.myFunction;
  input Complex c1 "Complex number";
  output Complex c2 "= c1.re - j*c1.im";
end conj;

Generated at 2025-05-09T18:20:02Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos