Class Power

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

public class Power
extends Unit<Power>
Unit of power dimension.

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

Actual units (such as Units.Watts and Units.Horsepower) can be found in the Units class.