function machineSyn extends Modelica.Icons.Function; input AC3ph.Machines.Parameters.Synchron p "parameters synchronous machine"; input Integer scale = 1 "scaling factor topology (Y:1, Delta:3)"; output AC3ph.Machines.Coefficients.Synchron c(n_d = p.n_d, n_q = p.n_q) "coefficient matrices synchronous machine"; end machineSyn;