TripCurveCalculator class
Trip curve calculator based on IEC 60898 standard for circuit breakers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Methods
-
calculateCurve(
{required String curveType, required double ratedCurrent}) → TripCurveData - Calculate trip curve boundaries for a protection device Returns list of (current multiple, time in seconds) points
-
interpolate(
List< CurvePoint> points, {int targetPoints = 50}) → List<CurvePoint> - Interpolate points for smooth curve rendering