function machineAsyn extends Icons.Function; input ACdqo.Machines.Parameters.Asynchron p "parameters asynchronous machine"; input Integer n_r "number of rotor circuits"; input Integer scale = 1 "scaling factor topology (Y:1, Delta:3)"; output ACdqo.Machines.Coefficients.Asynchron c(n_r = n_r) "coefficient matrices asynchronous machine"; end machineAsyn;