Package org.djunits.unit
Class ElectricalCurrentUnit
- All Implemented Interfaces:
Serializable
,Cloneable
Standard units for electrical current.
Copyright (c) 2015-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
- Author:
- Alexander Verbraeck
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ElectricalCurrentUnit
abampere (GCS EMU).static final ElectricalCurrentUnit
Ampere.static final Quantity<ElectricalCurrentUnit>
The base, with "A" as the SI signature.static final ElectricalCurrentUnit
kiloampere.static final ElectricalCurrentUnit
megaampere.static final ElectricalCurrentUnit
microampere.static final ElectricalCurrentUnit
milliampere.static final ElectricalCurrentUnit
The SI unit for electrical current is Ampere.static final ElectricalCurrentUnit
statampere (GCS ESU). -
Constructor Summary
-
Method Summary
Methods inherited from class org.djunits.unit.Unit
build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getDefaultAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getLocalizedAbbreviations, getLocalizedDisplayAbbreviation, getLocalizedTextualAbbreviation, getName, getQuantity, getScale, getStandardUnit, getUnit, getUnitSystem, hashCode, isBaseSIUnit, isGenerated, lookupOrCreateUnitWithSIDimensions, makeBuilder, toString
-
Field Details
-
BASE
The base, with "A" as the SI signature. -
SI
The SI unit for electrical current is Ampere. -
AMPERE
Ampere. -
MICROAMPERE
microampere. -
MILLIAMPERE
milliampere. -
KILOAMPERE
kiloampere. -
MEGAAMPERE
megaampere. -
STATAMPERE
statampere (GCS ESU). -
ABAMPERE
abampere (GCS EMU).
-
-
Constructor Details
-
ElectricalCurrentUnit
public ElectricalCurrentUnit()
-