Empty Network
Create Function
- pandapower.create.create_empty_network(name: str = '', f_hz: float = 50.0, sn_mva: float = 1, add_stdtypes: bool = True) pandapowerNet
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()