Class Current

java.lang.Object
edu.wpi.first.units.Unit<Current>
edu.wpi.first.units.Current

public class Current
extends Unit<Current>
Unit of electic current dimension.

This is the base type for units of current dimension. It is also used to specify the dimension for Measure: Measure<Current>.

Actual units (such as Units.Amps and Units.Milliamps) can be found in the Units class.