.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-04-01T18:24:36Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos