def isBrownedOut(self): """ Check if the system is browned out. :returns: True if the system is browned out. """ return hal.getBrownedOut()
def isBrownedOut(self): """ Check if the system is browned out. .. deprecated:: 2018.0.0 Use :meth:`.RobotController.isBrownedOut` :returns: True if the system is browned out. """ return hal.getBrownedOut()
def isBrownedOut(self) -> bool: """ Check if the system is browned out. .. deprecated:: 2018.0.0 Use :meth:`.RobotController.isBrownedOut` :returns: True if the system is browned out. """ return hal.getBrownedOut()
def isBrownedOut() -> bool: """Check if the system is browned out. :returns: True if the system is browned out """ return hal.getBrownedOut()