function machineSyn extends Icons.Function; input ACdqo.Machines.Parameters.Synchron p "parameters synchronous machine"; input Integer n_d "number of rotor circuits d-axis"; input Integer n_q "number of rotor circuits q-axis"; input Integer scale = 1 "scaling factor topology (Y:1, Delta:3)"; output ACdqo.Machines.Coefficients.Synchron c(n_d = n_d, n_q = n_q) "coefficient matrices synchronous machine"; end machineSyn;