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.

Parameters:
  • **f_hz** (float, 50.)

  • **name** (string, None)

  • **sn_mva** (float, 1)

  • **add_stdtypes** (boolean, True)

  • name (str)

  • f_hz (float)

  • sn_mva (float)

  • add_stdtypes (bool)

Return type:

net (attrdict) - PANDAPOWER attrdict with empty tables

Example

net = create_empty_network()