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.
Checking for isolated sections... Isolated section found consisting of 1 bus(ses): Bus 5: 'bus 5' Isolated line found: Line 4: 'line 4'. SUMMARY: 2 isolated section(s) found.
Checking for inconsistent voltages... Line 0 connects bus 1: '20 kV bar' (voltage level 20.0 kV) and bus 2: 'bus 2' (voltage level 30.0 kV) Line 1 connects bus 2: 'bus 2' (voltage level 30.0 kV) and bus 3: 'bus 3' (voltage level 20.0 kV) Line 3 connects bus 4: 'bus 4' (voltage level 20.0 kV) and bus 5: 'bus 5' (voltage level -20.0 kV) Line 4 connects bus 5: 'bus 5' (voltage level -20.0 kV) and bus 6: 'bus 6' (voltage level 20.0 kV) SUMMARY: 4 line(s) that connect(s) different voltage levels found.
Checking for lines with impedance zero... Length of line 0 = 0 km with impedance 0. If a direct connection between two buses was intended, please use a bus-bus-switch instead. SUMMARY: 1 line(s) with impedance zero found
Checking for components with deviating nominal voltages... Trafo 0: hv and lv connectors seem to be swapped. SUMMARY: 1 trafo(s) with swapped hv and lv connectors found.
Checking for invalid values... Invalid value found: 'bus 0' with attribute 'in_service'= True (data type: <class 'str'>). Valid input needs to be boolean. SUMMARY: 1 invalid values found.
Checking for usage of wrong reference system... Found load 0: load 0 with p_kw = -1000. Load reference system is used, therefore p_kw should be positive. SUMMARY: Found 1 loads with negative p_kw. Load reference system is, used therefore p_kw should be positive. If the intention was to model a constant generation, please use an sgen instead.