zUpstreamInfo method
- String mohm
Implementation
String zUpstreamInfo(String mohm) =>
isNL ? 'Z_upstream = $mohm mΩ (½ per fase = ${(double.parse(mohm) / 2).toStringAsFixed(2)} mΩ)'
: 'Z_upstream = $mohm mΩ (½ per phase = ${(double.parse(mohm) / 2).toStringAsFixed(2)} mΩ)';