---
title: "readAttributeRMSVoltage(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterelectricalpowermeasurement/readattributermsvoltage(completion:)"
---

# readAttributeRMSVoltage(completion:)

## Declaration

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

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