PowerThresholdType
public enum PowerThresholdType : String, Codable
The formula we use for estimating / calculating threshold
-
FTP - take a peak X power and multiply by an adjustment to normalize to a peak 60min
Declaration
Swift
case ftp -
Critical power - use a n point regression line to calculate a theoretical sustainable power
Declaration
Swift
case cp -
40 minute power
Declaration
Swift
case fp -
disabled
Declaration
Swift
case none
View on GitHub
PowerThresholdType Enumeration Reference