soft4pes.model.grid.base_grid#

Base values for a grid.

Classes#

BaseGrid

Base values for a grid.

Module Contents#

class soft4pes.model.grid.base_grid.BaseGrid(Vg_R_SI, Ig_R_SI, fg_R_SI)[source]#

Base values for a grid.

The class computes the base values for a grid based on the rated values.

Parameters:
  • Vg_R_SI (float) – Rated voltage [V] (line-to-line rms voltage).

  • Ig_R_SI (float) – Rated current [A] (line rms current).

  • fg_R_SI (float) – Rated frequency [Hz].

V[source]#

Base voltage [V].

Type:

float

I[source]#

Base current [A].

Type:

float

w[source]#

Base angular frequency [rad/s].

Type:

float

S[source]#

Base apparent power [VA].

Type:

float

Z[source]#

Base impedance [Ohm].

Type:

float

L[source]#

Base inductance [H].

Type:

float

C[source]#

Base capacitance [F].

Type:

float