You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
powersas.m/EMT/calculate_L_temp.m

7 lines
183 B

function L_temp = calculate_L_temp(L_tf, L_line, Laa0_pp, Lab0_pp)
L_temp.L_tf = L_tf;
L_temp.L_line = L_line;
L_temp.Laa0_pp = Laa0_pp;
L_temp.Lab0_pp = Lab0_pp;
end