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

# readAttributeDcVoltageDivisor(completion:)

## Declaration

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

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