def getZ(self): """ :returns: The acceleration of the RoboRIO along the Z axis in g-forces :rtype: float """ return hal.getAccelerometerZ()
def getZ(self) -> float: """ :returns: The acceleration of the roboRIO along the Z axis in g-forces """ return hal.getAccelerometerZ()