CircuitConfigData class
Constructors
- 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})
Properties
- cableCatalogData → CatalogMetadata?
-
final
- correctionFactors → CorrectionFactors?
-
final
- cosPhi → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- installMethod → InstallationMethod
-
final
- insulation → CableInsulation
-
final
- isThreePhase → bool
-
final
- lengthMeters → double
-
final
- powerKw → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sectionMm2 → double?
-
final
- type → LoadType
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited