@@ -4,38 +4,38 @@ model AC7B "AC7B Excitation System [IEEE2016]"
44 import OpenIPSL.Electrical.Controls.PSSE.ES.BaseClasses.invFEX;
55 import OpenIPSL.NonElectrical.Functions.SE;
66 parameter Types.Time T_R "Filter time constant (s)" ;
7- parameter Types.PerUnit K_PR "Voltage regulator proportional gain (pu) " ;
8- parameter Types.PerUnit K_IR "Voltage regulator integral gain (pu) " ;
9- parameter Types.PerUnit K_DR "Voltage regulator derivative gain (pu) " ;
7+ parameter Types.PerUnit K_PR "Voltage regulator proportional gain" ;
8+ parameter Types.PerUnit K_IR "Voltage regulator integral gain" ;
9+ parameter Types.PerUnit K_DR "Voltage regulator derivative gain" ;
1010 parameter Types.Time T_DR "Lag time constant (s)" ;
11- parameter Types.PerUnit V_RMIN "Minimum voltage regulator output (pu) " ;
12- parameter Types.PerUnit V_RMAX "Maximum voltage regulator output (pu) " ;
13- parameter Types.PerUnit K_PA "Voltage regulator proportional gain (pu) " ;
14- parameter Types.PerUnit K_IA "Voltage regulator integral gain(pu) " ;
15- parameter Types.PerUnit VA_MIN "Minimum voltage regulator output (pu) " ;
16- parameter Types.PerUnit VA_MAX "Maximum voltage regulator output (pu) " ;
17- parameter Types.PerUnit K_P "Potential circuit gain coefficient (pu) " ;
18- parameter Types.PerUnit K_L "Exciter field voltage lower limit parameter (pu) " ;
11+ parameter Types.PerUnit V_RMIN "Minimum voltage regulator output" ;
12+ parameter Types.PerUnit V_RMAX "Maximum voltage regulator output" ;
13+ parameter Types.PerUnit K_PA "Voltage regulator proportional gain" ;
14+ parameter Types.PerUnit K_IA "Voltage regulator integral gain" ;
15+ parameter Types.PerUnit VA_MIN "Minimum voltage regulator output" ;
16+ parameter Types.PerUnit VA_MAX "Maximum voltage regulator output" ;
17+ parameter Types.PerUnit K_P "Potential circuit gain coefficient" ;
18+ parameter Types.PerUnit K_L "Exciter field voltage lower limit parameter" ;
1919 parameter Types.Time T_E "Exciter time constant, integration rate associated with exciter
2020 control (s)" ;
21- parameter Types.PerUnit K_C "Rectifier loading factor proportional to commutating reactance(pu) " ;
21+ parameter Types.PerUnit K_C "Rectifier loading factor proportional to commutating reactance" ;
2222 parameter Types.PerUnit K_D "Demagnetizing factor, a function of exciter alternator
23- reactances(pu) " ;
24- parameter Types.PerUnit K_E "Exciter constant related to self-excited field(pu) " ;
25- parameter Types.PerUnit K_F1 "Excitation control system stabilizer gain(pu) " ;
26- parameter Types.PerUnit K_F2 "Excitation control system stabilizer gain(pu) " ;
27- parameter Types.PerUnit K_F3 "Excitation control system stabilizer gain(pu) " ;
23+ reactances" ;
24+ parameter Types.PerUnit K_E "Exciter constant related to self-excited field" ;
25+ parameter Types.PerUnit K_F1 "Excitation control system stabilizer gain" ;
26+ parameter Types.PerUnit K_F2 "Excitation control system stabilizer gain" ;
27+ parameter Types.PerUnit K_F3 "Excitation control system stabilizer gain" ;
2828 parameter Types.Time T_F3 "Excitation control system stabilizer time constant (s)" ;
29- parameter Types.PerUnit VE_MIN "Minimum exciter voltage output(pu) " ;
30- parameter Types.PerUnit VFEMAX "Exciter field current limit reference(pu) " ;
29+ parameter Types.PerUnit VE_MIN "Minimum exciter voltage output" ;
30+ parameter Types.PerUnit VFEMAX "Exciter field current limit reference" ;
3131 parameter Types.PerUnit E_1 "Exciter alternator output voltages back of commutating
32- reactance at which saturation is defined (pu) " ;
33- parameter Types.PerUnit S_EE_1 "Exciter saturation function value at the corresponding exciter
34- voltage, E1, back of commutating reactance (pu) " ;
32+ reactance at which saturation is defined" ;
33+ parameter Types.PerUnit S_EE_1 "Exciter saturation function value at the corresponding exciter
34+ voltage, E1, back of commutating reactance" ;
3535 parameter Types.PerUnit E_2 "Exciter alternator output voltages back of commutating
36- reactance at which saturation is defined (pu) " ;
36+ reactance at which saturation is defined" ;
3737 parameter Types.PerUnit S_EE_2 "Exciter saturation function value at the corresponding exciter
38- voltage, E2, back of commutating reactance(pu) " ;
38+ voltage, E2, back of commutating reactance" ;
3939
4040 Modelica.Blocks.Continuous.Derivative imDerivativeLag(
4141 k= K_F3,
@@ -285,7 +285,7 @@ equation
285285 extent={{-96,-60},{-26,-80}},
286286 lineColor={28,108,200},
287287 textString="
288-
288+
289289 " ), Text(
290290 extent={{-104,90},{-22,70}},
291291 lineColor={28,108,200},
0 commit comments