---
title: "readAttributeIntrinsicBallastFactor(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterballastconfiguration/readattributeintrinsicballastfactor(completion:)"
---

# readAttributeIntrinsicBallastFactor(completion:)

## Declaration

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

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