Skip to content

Commit 772b4a5

Browse files
committed
Give defaut value and fix description string.
1 parent c4a9333 commit 772b4a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • OpenIPSL/Electrical/Solar/PowerFactory/WECC/PVD1

OpenIPSL/Electrical/Solar/PowerFactory/WECC/PVD1/PlantPVD1.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ model PlantPVD1 "Simple representation of the basic control of a PV system"
1111
final enableS_b=true);
1212
parameter Types.ApparentPower M_b "PV plant base power" annotation (Dialog(group="Plant parameters"));
1313
parameter Types.PerUnit Imax=1.1 "Maximum allowable total converter current" annotation (Dialog(group="PVD1 Model Parameters"));
14-
parameter Boolean PqFlag "Priority on current limit flag: 1=P prio.; 0 = Q prio." annotation (Dialog(group="PVD1 Model Parameters"));
14+
parameter Boolean PqFlag=true "Priority on current limit flag; true: P prio., false: Q prio." annotation (Dialog(group="PVD1 Model Parameters"));
1515
parameter Types.Time Tg=0.02 "Inverter current regulator time constat" annotation (Dialog(group="PVD1 Model Parameters"));
1616
parameter Types.PerUnit Xc=0 "Line drop compensation reactance" annotation (Dialog(group="PVD1 Model Parameters"));
1717
parameter Types.PerUnit Qmx=0.328 "Maximum reactive power" annotation (Dialog(group="PVD1 Model Parameters"));

0 commit comments

Comments
 (0)