---
title: "readAttributePowerDivisor(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterelectricalmeasurement/readattributepowerdivisor(completion:)"
---

# readAttributePowerDivisor(completion:)

## Declaration

```swift
func readAttributePowerDivisor(completion: @escaping @Sendable (NSNumber?, (any Error)?) -> Void)
```

```swift
func readAttributePowerDivisor() async throws -> NSNumber
```
