Skip to content

Commit abea7eb

Browse files
committed
remove duplicate references to outer system
1 parent 2e0ca56 commit abea7eb

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

PowerSystems/AC3ph/Sources.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ with variable amplitude and phase when 'vPhasor' connected to a signal-input.</p
194194
parameter SIpu.Reactance x=1 "reactance d- and q-axis";
195195
parameter SIpu.Reactance x_o=0.1 "reactance 0-axis";
196196
protected
197-
outer System system;
198197
final parameter Boolean steadyIni_t=system.steadyIni_t and stIni_en;
199198
final parameter SIpu.Voltage v0(final fixed=false, start=1)
200199
"voltage behind reactance";

PowerSystems/Control/Exciters.mo

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ package Exciters "Generator Exciters "
145145

146146
parameter SIpu.Voltage[2] v_f_minmax(each unit="1")={0, 3}
147147
"{min,max} exciter voltage";
148-
protected
149-
outer System system;
150-
public
151148
Modelica.Blocks.Interfaces.RealInput setptVoltage(
152149
final unit="1")
153150
"setpoint norm of terminal voltage pu"

PowerSystems/Control/Governors.mo

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@ package Governors "Turbine Governors "
154154

155155
parameter SIpu.Power[2] p_minmax(each unit="1")={0,2}
156156
"{min,max} turbine power";
157-
protected
158-
outer System system;
159-
public
160157
Modelica.Blocks.Interfaces.RealInput setptPower(
161158
final unit="1") "setpoint power pu"
162159
annotation (Placement(transformation(extent={{-110,-50},{-90,-30}})));

0 commit comments

Comments
 (0)