ProtectionConfigData class
Constructors
- ProtectionConfigData({required ProtectionType type, required double ratingAmps, required int poles, required String curve, required double sensitivityMa, required double breakingCapacityKa, double? inputCableSection, CableDefinition? cable, CatalogMetadata? catalogData, CatalogMetadata? cableCatalogData})
Properties
- breakingCapacityKa → double
-
final
- cable → CableDefinition?
-
final
- cableCatalogData → CatalogMetadata?
-
final
- catalogData → CatalogMetadata?
-
final
- curve → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputCableSection → double?
-
final
- poles → int
-
final
- ratingAmps → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sensitivityMa → double
-
final
- type → ProtectionType
-
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