---
title: "maximumPower(for:)"
framework: intents
role: symbol
role_heading: Instance Method
path: "intents/incar/maximumpower(for:)"
---

# maximumPower(for:)

Gets the maximum power for a specific type of charging connector.

## Declaration

```swift
func maximumPower(for chargingConnectorType: INCar.ChargingConnectorType) -> Measurement<UnitPower>?
```

## Parameters

- `chargingConnectorType`: The type of charging connector to query for its maximum power. See doc://com.apple.sirikit/documentation/Intents/INCar/ChargingConnectorType for the types of charging connectors the system supports.

## Return Value

Return Value The maximum power in watts for the charging connector, or nil if you haven’t set a value using setMaximumPower(_:for:).

## See Also

### Providing a Charging Connector’s Maximum Power

- [setMaximumPower(_:for:)](intents/incar/setmaximumpower(_:for:).md)
