PowerThresholdType

public enum PowerThresholdType : String, Codable

The formula we use for estimating / calculating threshold

  • ftp

    FTP - take a peak X power and multiply by an adjustment to normalize to a peak 60min

    Declaration

    Swift

    case ftp
  • cp

    Critical power - use a n point regression line to calculate a theoretical sustainable power

    Declaration

    Swift

    case cp
  • fp

    40 minute power

    Declaration

    Swift

    case fp
  • disabled

    Declaration

    Swift

    case none