Class Voltage

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

public class Voltage
extends Unit<Voltage>
Unit of electric voltage dimension.

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

Actual units (such as Units.Volts and Units.Millivolts) can be found in the Units class.