menu
electrician_app
core/constants/electrical_constants.dart
ElectricalConstants
powerFactorInductive constant
powerFactorInductive
dark_mode
light_mode
description
powerFactorInductive
constant
double
const
powerFactorInductive
Typical power factor for inductive loads (motors)
Implementation
static const double powerFactorInductive = 0.8;
electrician_app
electrical_constants
ElectricalConstants
powerFactorInductive constant
ElectricalConstants class