CircuitConfigData constructor
CircuitConfigData({ - required LoadType type,
- required bool isThreePhase,
- required double powerKw,
- required double cosPhi,
- required double lengthMeters,
- double? sectionMm2,
- required InstallationMethod installMethod,
- required CableInsulation insulation,
- CorrectionFactors? correctionFactors,
- CatalogMetadata? cableCatalogData,
})
Implementation
CircuitConfigData({
required this.type,
required this.isThreePhase,
required this.powerKw,
required this.cosPhi,
required this.lengthMeters,
this.sectionMm2,
required this.installMethod,
required this.insulation,
this.correctionFactors,
this.cableCatalogData,
});