File tree Expand file tree Collapse file tree
OpenIPSL/Electrical/Solar/PowerFactory/WECC/PVD1 Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ));
You can’t perform that action at this time.
0 commit comments