Empty Network

Create Function

pandapower.create_empty_network(name='', f_hz=50.0, sn_kva=1000.0)

This function initializes the pandapower datastructure.

OPTIONAL:

f_hz (float, 50.) - power system frequency in hertz

name (string, None) - name for the network

sn_kva (float, 1e3) - reference apparent power for per unit system

OUTPUT:
net (attrdict) - PANDAPOWER attrdict with empty tables:
EXAMPLE:
net = create_empty_network()