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

# readAttributeAcVoltageDivisor(completionHandler:)

## Declaration

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

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