soft4pes.model.conv#

Converter model.

Submodules#

Classes#

Converter

Class representing a 2- or 3-level converter with constant dc-link voltage.

Package Contents#

class soft4pes.model.conv.Converter(v_dc_SI, nl, base)[source]#

Class representing a 2- or 3-level converter with constant dc-link voltage.

Initialize a Converter instance.

Parameters:
  • v_dc_SI (float) – Dc-link voltage [V].

  • nl (int) – Number of voltage levels in the converter.

  • base (base value object) – Base values.

v_dc#

Dc-link voltage [p.u.]

Type:

float

nl#

Number of voltage levels in the converter.

Type:

int

SW_COMB#

Possible converter three-phase switch positions.

Type:

3^nl x 3 ndarray of ints