forked from e2nIEE/pandapower
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into single_sc
# Conflicts: # CHANGELOG.rst
- Loading branch information
Showing
184 changed files
with
349 additions
and
950 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
**Parameter**;**Datatype**;**Explanation** | ||
p_A_hv_mw;float;active power flow at the high voltage transformer bus : Phase A [MW] | ||
q_A_hv_mvar;float;reactive power flow at the high voltage transformer bus : Phase A [MVar] | ||
p_B_hv_mw;float;active power flow at the high voltage transformer bus : Phase B [MW] | ||
q_B_hv_mvar;float;reactive power flow at the high voltage transformer bus : Phase B [MVar] | ||
p_C_hv_mw;float;active power flow at the high voltage transformer bus : Phase C [MW] | ||
q_C_hv_mvar;float;reactive power flow at the high voltage transformer bus : Phase C [MVar] | ||
p_A_lv_mw;float;active power flow at the low voltage transformer bus : Phase A [MW] | ||
q_A_lv_mvar;float;reactive power flow at the low voltage transformer bus : Phase A [MVar] | ||
p_B_lv_mw;float;active power flow at the low voltage transformer bus : Phase B [MW] | ||
q_B_lv_mvar;float;reactive power flow at the low voltage transformer bus : Phase B [MVar] | ||
p_C_lv_mw;float;active power flow at the low voltage transformer bus : Phase C [MW] | ||
q_C_lv_mvar;float;reactive power flow at the low voltage transformer bus : Phase C [MVar] | ||
pl_A_mw;float;active power losses of the transformer : Phase A [MW] | ||
ql_A_mvar;float;reactive power consumption of the transformer : Phase A [Mvar] | ||
pl_B_mw;float;active power losses of the transformer : Phase B [MW] | ||
ql_B_mvar;float;reactive power consumption of the transformer : Phase B [Mvar] | ||
pl_C_mw;float;active power losses of the transformer : Phase C [MW] | ||
ql_C_mvar;float;reactive power consumption of the transformer : Phase C [Mvar] | ||
i_A_hv_ka;float;current at the high voltage side of the transformer : Phase A [kA] | ||
i_A_lv_ka;float;current at the low voltage side of the transformer : Phase A [kA] | ||
i_B_hv_ka;float;current at the high voltage side of the transformer : Phase B [kA] | ||
i_B_lv_ka;float;current at the low voltage side of the transformer : Phase B [kA] | ||
i_C_hv_ka;float;current at the high voltage side of the transformer : Phase C [kA] | ||
i_C_lv_ka;float;current at the low voltage side of the transformer : Phase C [kA] | ||
p_a_hv_mw;float;active power flow at the high voltage transformer bus : Phase A [MW] | ||
q_a_hv_mvar;float;reactive power flow at the high voltage transformer bus : Phase A [MVar] | ||
p_b_hv_mw;float;active power flow at the high voltage transformer bus : Phase B [MW] | ||
q_b_hv_mvar;float;reactive power flow at the high voltage transformer bus : Phase B [MVar] | ||
p_c_hv_mw;float;active power flow at the high voltage transformer bus : Phase C [MW] | ||
q_c_hv_mvar;float;reactive power flow at the high voltage transformer bus : Phase C [MVar] | ||
p_a_lv_mw;float;active power flow at the low voltage transformer bus : Phase A [MW] | ||
q_a_lv_mvar;float;reactive power flow at the low voltage transformer bus : Phase A [MVar] | ||
p_b_lv_mw;float;active power flow at the low voltage transformer bus : Phase B [MW] | ||
q_b_lv_mvar;float;reactive power flow at the low voltage transformer bus : Phase B [MVar] | ||
p_c_lv_mw;float;active power flow at the low voltage transformer bus : Phase C [MW] | ||
q_c_lv_mvar;float;reactive power flow at the low voltage transformer bus : Phase C [MVar] | ||
pl_a_mw;float;active power losses of the transformer : Phase A [MW] | ||
ql_a_mvar;float;reactive power consumption of the transformer : Phase A [Mvar] | ||
pl_b_mw;float;active power losses of the transformer : Phase B [MW] | ||
ql_b_mvar;float;reactive power consumption of the transformer : Phase B [Mvar] | ||
pl_c_mw;float;active power losses of the transformer : Phase C [MW] | ||
ql_c_mvar;float;reactive power consumption of the transformer : Phase C [Mvar] | ||
i_a_hv_ka;float;current at the high voltage side of the transformer : Phase A [kA] | ||
i_a_lv_ka;float;current at the low voltage side of the transformer : Phase A [kA] | ||
i_b_hv_ka;float;current at the high voltage side of the transformer : Phase B [kA] | ||
i_b_lv_ka;float;current at the low voltage side of the transformer : Phase B [kA] | ||
i_c_hv_ka;float;current at the high voltage side of the transformer : Phase C [kA] | ||
i_c_lv_ka;float;current at the low voltage side of the transformer : Phase C [kA] | ||
loading_percent;float;load utilization relative to rated power [%] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "2.4.0" | ||
__version__ = "2.5.0" | ||
|
||
import os | ||
pp_dir = os.path.dirname(os.path.realpath(__file__)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.