================== OpenDSS ================== .. _converter_opendss: The following function imports an `OpenDSS `_ feeder into a **balanced (positive-sequence)** pandapower net. It reads the circuit through ``OpenDSSDirect.py`` (an optional dependency, ``pip install pandapower[opendss]``), mapping buses, lines (with their LineCode carried through as ``std_type``), two-winding transformers (at their solved tap), center-tapped split-phase service transformers (collapsed to a two-winding equivalent), loads, shunt capacitors, switches and the source. Positive-sequence is exact for symmetric (e.g. European 3-phase 4-wire) feeders and a documented approximation for unsymmetrical North-American topology (single-phase laterals, split-phase), which pandapower's ``runpp_3ph`` cannot represent (see issue #873). The returned net carries an ``opendss_import`` report with element counts, per-bus phase counts, the OpenDSS-solved voltages and the approximations made. .. autofunction:: pandapower.converter.opendss.from_opendss