MCPcopy Create free account
hub / github.com/evcc-io/evcc / EffectiveStepPower

Method EffectiveStepPower

core/loadpoint_effective.go:218–220  ·  view source on GitHub ↗

EffectiveStepPower returns the effective step power for the currently active phases

()

Source from the content-addressed store, hash-verified

216
217// EffectiveStepPower returns the effective step power for the currently active phases
218func (lp *Loadpoint) EffectiveStepPower() float64 {
219 return Voltage * float64(lp.ActivePhases())
220}
221
222// EffectiveMinPower returns the effective min power for the minimum active phases
223func (lp *Loadpoint) EffectiveMinPower() float64 {

Callers 1

boostPowerMethod · 0.95

Calls 1

ActivePhasesMethod · 0.95

Tested by

no test coverage detected