The star functions use the phase voltages and phase currents to calculate the different power values.

Arguments

'u1','u2','u3'

Phase voltages (Connection voltage = Sqrt(3) * phase voltage)

'i1','i2','i3'

Phase currents

'i4'

Neutral line

'Frequency'

Fundamental frequency

StarCollectiveUeff

StarCollectiveUeff('u1','u2','u3','Frequency'=50)

Calculates the collective effective voltage in a star grid:

Ux_eff : the effective value of phase voltage ux

u4 = u1 + u2 + u3

StarCollectiveIeff

StarCollectiveIeff('i1','i2','i3','i4','Frequency'=50)

Calculates the collective effective current in a star grid:

Ix,eff : the effective value of the line current ix

StarActiveP

StarActiveP('u1','u2','u3','i1','i2','i3','Frequency'=50)

Calculates the active power in a star grid:

N : Number of samples in a period

ux : Voltage of phase x

ix : Current of phase x

StarApparentP

StarApparentP('u1','u2','u3','i1','i2','i3','i4','Frequency'=50)

Calculates the apparent power in a star grid:

Ueff : the collective effective voltage

Ieff : the collective effective current

StarReactiveP

StarReactiveP('u1','u2','u3','i1','i2','i3','i4','Frequency'=50)

Calculates the reactive power in a star grid:

S : apparent power

P : active power

StarReactivePS

StarReactivePS('u1','u2','u3','i1','i2','i3','Frequency'=50)

Calculates the signed reactive power QS in the star grid.

StarActivePFactor

StarActivePFactor('u1','u2','u3','i1','i2','i3','i4','Frequency'=50)

Calculates the active power factor in a star grid:

S : apparent power

P : active power

StarReactivePFactor

StarReactivePFactor('u1','u2','u3','i1','i2','i3','i4','Frequency'=50)

Calculates the reactive power factor in a star grid:

Q : reactive power

P : active power

StarReactivePFactorS

StarReactivePFactorS('u1','u2','u3','i1','i2','i3','Frequency'=50)

Calculates the signed reactive power factor in a star grid:

QS : signed reactive power

P : active power