---
title: "readAttributeTotalApparentPower(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterelectricalmeasurement/readattributetotalapparentpower(completionhandler:)"
---

# readAttributeTotalApparentPower(completionHandler:)

## Declaration

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

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