TripCurveData class

Data class for trip curve information

Constructors

TripCurveData({required String curveType, required double ratedCurrent, required List<CurvePoint> minPoints, required List<CurvePoint> maxPoints, required double magneticTripMin, required double magneticTripMax})

Properties

curveType String
final
hashCode int
The hash code for this object.
no setterinherited
magneticTripMax double
final
magneticTripMin double
final
maxPoints List<CurvePoint>
final
minPoints List<CurvePoint>
final
ratedCurrent double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getInterpolatedMax({int points = 100}) List<CurvePoint>
Get interpolated max curve for rendering
getInterpolatedMin({int points = 100}) List<CurvePoint>
Get interpolated min curve for rendering
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