---
title: UnitElectricCurrent
framework: foundation
role: symbol
role_heading: Class
path: foundation/unitelectriccurrent
---

# UnitElectricCurrent

A unit of measure for electric current.

## Declaration

```swift
class UnitElectricCurrent
```

## Overview

Overview You typically use instances of UnitElectricCurrent to represent specific quantities of electric current using the NSMeasurement class. Electric Current Electric current is the flow of electric charge. The SI unit for electric current is the ampere (A), which is defined in terms the production of electromagnetic force between two parallel linear conductors. It can also be expressed as the flow of one coulomb per second (1A = 1C / s). The UnitElectricCurrent class defines its baseUnit() as amperes, and provides the following units, which are initialized using UnitConverterLinear converters with the specified coefficients:  |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |

## Topics

### Accessing the Base Unit

- [baseUnit()](foundation/dimension/baseunit().md)

### Accessing Predefined Units

- [megaamperes](foundation/unitelectriccurrent/megaamperes.md)
- [kiloamperes](foundation/unitelectriccurrent/kiloamperes.md)
- [amperes](foundation/unitelectriccurrent/amperes.md)
- [milliamperes](foundation/unitelectriccurrent/milliamperes.md)
- [microamperes](foundation/unitelectriccurrent/microamperes.md)

## Relationships

### Inherits From

- [Dimension](foundation/dimension.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Electricity

- [UnitElectricCharge](foundation/unitelectriccharge.md)
- [UnitElectricPotentialDifference](foundation/unitelectricpotentialdifference.md)
- [UnitElectricResistance](foundation/unitelectricresistance.md)
