Asymmetric Static Generator

List of input parameters

Parameter
Description
Type
Value range

name

string

p_a_mw

The active power of the static generator : Phase A

float

≥ 0

p_b_mw

The active power of the static generator : Phase B

float

≥ 0

p_c_mw

The active power of the static generator : Phase C

float

≥ 0

q_a_mvar

The reactive power of the sgen : Phase A

float

≥ 0

q_b_mvar

The reactive power of the sgen : Phase B

float

≥ 0

q_c_mvar

The reactive power of the sgen : Phase C

float

≥ 0

sn_mva

Nominal power of the static generator

float

≥ 0

scaling

An OPTIONAL scaling factor to be set customly. Multiplys with p_mw and q_mvar

float

≥ 0

type

type of generator

string

naming conventions:“PV” - photovoltaic system“WP” - wind power system“CHP” - combined heating and power system

The exact model and result parameters (for pandapower) are defined in the link below:

https://pandapower.readthedocs.io/en/latest/elements/asymmetric_sgen.html

Last updated