<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WorkoutKit",
  "identifier" : "/documentation/WorkoutKit/CadenceRangeAlert",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "WorkoutKit"
    ],
    "preciseIdentifier" : "s:10WorkoutKit17CadenceRangeAlertV"
  },
  "title" : "CadenceRangeAlert"
}
-->

# CadenceRangeAlert

An alert for a range of cadence values.

```
struct CadenceRangeAlert
```

## Topics

### Creating new cadence range alerts

[`init(target: ClosedRange<Measurement<UnitFrequency>>)`](/documentation/WorkoutKit/CadenceRangeAlert/init(target:))

Creates a cadence alert for a closed range of measurements.

### Accessing the alert data

[`var target: ClosedRange<Measurement<UnitFrequency>>`](/documentation/WorkoutKit/CadenceRangeAlert/target)

The target range.

[`var targetQuantityLowerBound: HKQuantity`](/documentation/WorkoutKit/CadenceRangeAlert/targetQuantityLowerBound)

The target’s lower bound.

[`var targetQuantityUpperBound: HKQuantity`](/documentation/WorkoutKit/CadenceRangeAlert/targetQuantityUpperBound)

The target’s upper bound.

### Comparing alerts

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`WorkoutAlert`](/documentation/WorkoutKit/WorkoutAlert)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)