soft4pes.model.grid.rl_grid_param#

Parameters for a grid with a voltage source and an RL impedance. The grid voltage can be given as a constant or as a function of time using a Sequence object.

Classes#

RLGridParameters

Parameters for a grid with a voltage source and an RL impedance. The grid voltage can be given

Module Contents#

class soft4pes.model.grid.rl_grid_param.RLGridParameters(Vg_SI, fg_SI, Rg_SI, Lg_SI, base)[source]#

Parameters for a grid with a voltage source and an RL impedance. The grid voltage can be given as a constant or as a function of time using a Sequence object.

Parameters:
  • Vg_SI (float or Sequence) – Grid voltage [V] (line-to-line rms voltage).

  • fg_SI (float) – Grid frequency [Hz].

  • Rg_SI (float) – Resistance [Ohm].

  • Lg_SI (float) – Inductance [H].

  • base (base value object) – Base values.

Vg#

Grid voltage [p.u.] (line-to-line rms voltage).

Type:

float or Sequence

wg[source]#

Angular frequency [p.u.].

Type:

float

Rg[source]#

Resistance [p.u.].

Type:

float

Xg[source]#

Reactance [p.u.].

Type:

float