npap.AggregationMode#

class npap.AggregationMode[source]#

Bases: Enum

Define pre-defined aggregation modes for common use cases.

SIMPLE#

Sum/average everything with simple topology.

Type:

str

GEOGRAPHICAL#

Average coordinates, sum other properties.

Type:

str

DC_KRON#

Kron reduction for DC networks.

Type:

str

CUSTOM#

User-defined aggregation profile.

Type:

str

__init__(*args, **kwds)#

Attributes

SIMPLE = 'simple'#
GEOGRAPHICAL = 'geographical'#
DC_KRON = 'dc_kron'#
CUSTOM = 'custom'#