Notebook
You can scroll through the report to see all checks that have been performed and their results. In default mode, the report always looks like this: _____________ PANDAPOWER DIAGNOSTIC TOOL _____________ Checking for [description of check 1]... [detailed error description] SUMMARY: [summary of errors found] -------- Checking for [description of the check 2]... [detailed error description] SUMMARY: [summary of errors found] -------- _____________ END OF PANDAPOWER DIAGNOSTIC _____________ The function also return a dict that contains the indices of all elements where errors were found for further usage.
hp.pandapower.diagnostic_reports - WARNING: Checking for elements without a connection to an external grid... hp.pandapower.diagnostic_reports - WARNING: hp.pandapower.diagnostic_reports - WARNING: Disconnected section found, consisting of the following elements: hp.pandapower.diagnostic_reports - WARNING: buses: [5] hp.pandapower.diagnostic_reports - WARNING: switches: [7, 8] hp.pandapower.diagnostic_reports - WARNING: lines: [3] hp.pandapower.diagnostic_reports - WARNING: loads: [3] hp.pandapower.diagnostic_reports - WARNING: hp.pandapower.diagnostic_reports - WARNING: SUMMARY: 5 disconnected element(s) found.
hp.pandapower.diagnostic_reports - WARNING: Checking for connections of different voltage levels... hp.pandapower.diagnostic_reports - WARNING: hp.pandapower.diagnostic_reports - WARNING: line 0 connects bus 1: 20 kV bar (vn_kv = 20.0) and bus 2: bus 2 (vn_kv = 30.0) hp.pandapower.diagnostic_reports - WARNING: line 1 connects bus 2: bus 2 (vn_kv = 30.0) and bus 3: bus 3 (vn_kv = 20.0) hp.pandapower.diagnostic_reports - WARNING: line 3 connects bus 4: bus 4 (vn_kv = 20.0) and bus 5: bus 5 (vn_kv = -20.0) hp.pandapower.diagnostic_reports - WARNING: line 4 connects bus 5: bus 5 (vn_kv = -20.0) and bus 6: bus 6 (vn_kv = 20.0) hp.pandapower.diagnostic_reports - WARNING: hp.pandapower.diagnostic_reports - WARNING: SUMMARY: 4 element(s) that connect different voltage levels found. hp.pandapower.diagnostic_reports - WARNING:
hp.pandapower.diagnostic_reports - WARNING: Checking for impedance values close to zero... hp.pandapower.diagnostic_reports - WARNING: hp.pandapower.diagnostic_reports - WARNING: line 0: r_ohm <= 0.001 or x_ohm <= 0.001 hp.pandapower.diagnostic_reports - WARNING: Power flow still does not converge after replacing implausible elements with switches. hp.pandapower.diagnostic_reports - WARNING: hp.pandapower.diagnostic_reports - WARNING: SUMMARY: 1 element(s) with impedance values close to zero found. hp.pandapower.diagnostic_reports - WARNING:
hp.pandapower.diagnostic_reports - WARNING: Checking for components with deviating nominal voltages... hp.pandapower.diagnostic_reports - WARNING: hp.pandapower.diagnostic_reports - WARNING: Trafo(s) [0]: hv and lv connectors seem to be swapped hp.pandapower.diagnostic_reports - WARNING: hp.pandapower.diagnostic_reports - WARNING: SUMMARY: 1 component(s) with deviating nominal voltages found hp.pandapower.diagnostic_reports - WARNING:
hp.pandapower.diagnostic_reports - WARNING: Checking for usage of wrong reference system... hp.pandapower.diagnostic_reports - WARNING: hp.pandapower.diagnostic_reports - WARNING: Found load 0: 'load 0' with p_mw = -1.0. In load reference system p_mw should be positive. hp.pandapower.diagnostic_reports - WARNING: hp.pandapower.diagnostic_reports - WARNING: SUMMARY: Found 1 load(s) with negative p_mw. In load reference system, p_mw should be positive. If the intention was to model a constant generation, please use an sgen instead.
hp.pandapower.diagnostic_reports - WARNING: Checking for overload... hp.pandapower.diagnostic_reports - WARNING: hp.pandapower.diagnostic_reports - WARNING: overload found: Power flow converges with load scaled down to 0.1 percent. hp.pandapower.diagnostic_reports - WARNING: