Empty Network
Create Function
- pandapower.create.create_empty_network(name='', f_hz=50.0, sn_mva=1, add_stdtypes=True)
This function initializes the pandapower datastructure.
- OPTIONAL:
f_hz (float, 50.) - power system frequency in hertz
name (string, None) - name for the network
sn_mva (float, 1e3) - reference apparent power for per unit system
add_stdtypes (boolean, True) - Includes standard types to net
- OUTPUT:
net (attrdict) - PANDAPOWER attrdict with empty tables:
- EXAMPLE:
net = create_empty_network()