Package org.djunits.unit
Class ElectricalResistanceUnit
- All Implemented Interfaces:
Serializable
,Cloneable
The units of electrical resistance.
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 ElectricalResistanceUnit
ab-ohm.static final Quantity<ElectricalResistanceUnit>
The base, with "kgm2/s3A2" as the SI signature.static final ElectricalResistanceUnit
giga-ohm.static final ElectricalResistanceUnit
kilo-ohm.static final ElectricalResistanceUnit
mega-ohm.static final ElectricalResistanceUnit
micro-ohm.static final ElectricalResistanceUnit
milli-ohm.static final ElectricalResistanceUnit
Ohm.static final ElectricalResistanceUnit
The SI unit for electrical resistance is Ohm.static final ElectricalResistanceUnit
stat-ohm. -
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 "kgm2/s3A2" as the SI signature. -
SI
The SI unit for electrical resistance is Ohm. -
OHM
Ohm. -
MICROOHM
micro-ohm. -
MILLIOHM
milli-ohm. -
KILOOHM
kilo-ohm. -
MEGAOHM
mega-ohm. -
GIGAOHM
giga-ohm. -
ABOHM
ab-ohm. -
STATOHM
stat-ohm.
-
-
Constructor Details
-
ElectricalResistanceUnit
public ElectricalResistanceUnit()
-