.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-08-11T18:21:04Z by OpenModelicaOpenModelica 1.25.1 using GenerateDoc.mos