harmonischenActief property

bool get harmonischenActief

Of harmonischencorrectie van toepassing is (NEN 1010 Bijlage 52.E.1).

Implementation

bool get harmonischenActief =>
    systeem == Systeemtype.ac3Fase &&
    (aantalAders == 4 || aantalAders == 5) &&
    derdeHarmonischePct > 0;