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

# readAttributeDcCurrentDivisor(completion:)

## Declaration

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

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