File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 372
372
" # Sum up the active and reactive performance across all branches\n " ,
373
373
" P_total = e6(df[\" p_from\" ].sum()) + e6(df[\" p_to\" ].sum())\n " ,
374
374
" Q_total = e6(df[\" q_from\" ].sum()) + e6(df[\" q_to\" ].sum())\n " ,
375
- " \n " ,
375
+ " \n " ,
376
376
" print(\"\\ nTotal Power for all Branches\" )\n " ,
377
377
" print(\" ----------------------------\" )\n " ,
378
378
" print(f\" Total Active Power (P_total): {P_total:.2f} MW\" )\n " ,
754
754
" P_total = e6(df[\" p_from\" ].sum()) + e6(df[\" p_to\" ].sum())\n " ,
755
755
" Q_total = e6(df[\" q_from\" ].sum()) + e6(df[\" q_to\" ].sum())\n " ,
756
756
" \n " ,
757
- " \n " ,
758
757
" print(\"\\ nTotal Power for all Branches\" )\n " ,
759
758
" print(\" ----------------------------\" )\n " ,
760
759
" print(f\" Total Active Power (P_total): {P_total:.2f} MW\" )\n " ,
You can’t perform that action at this time.
0 commit comments