stroomParallelFormule property

String get stroomParallelFormule

Implementation

String get stroomParallelFormule => isNL
    ? 'I per kabel = I_totaal / n   (n = aantal parallelle kabels)'
    : 'I per cable = I_total / n   (n = number of parallel cables)';