---
title: physicalMaximum
framework: corehid
role: symbol
role_heading: Instance Property
path: corehid/hidelement/physicalmaximum
---

# physicalMaximum

The physical maximum for this element’s data.

## Declaration

```swift
var physicalMaximum: Int64?
```

## Discussion

Discussion The physical maximum combines with the physical minimum to determine the shifting and scaling required to transform the raw report data into the actual value that has meaning for the device. See the HID specification for more details: https://www.usb.org/hid.
