<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INCar/maximumPower(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INCar(im)maximumPowerForChargingConnectorType:"
  },
  "title" : "maximumPower(for:)"
}
-->

# maximumPower(for:)

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

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

## Parameters

`chargingConnectorType`

The type of charging connector to query for its maximum power. See [`INCar.ChargingConnectorType`](/documentation/Intents/INCar/ChargingConnectorType) for the types of charging connectors the system supports.

## Return Value

The maximum power in watts for the charging connector, or `nil` if you haven’t set a value using [`setMaximumPower(_:for:)`](/documentation/Intents/INCar/setMaximumPower(_:for:)).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)