Пример #1
0
 def getEnabled6V() -> bool:
     """Get the enabled state of the 6V rail. The rail may be disabled due to a controller brownout, a
     short circuit on the rail, or controller over-voltage.
     
     :returns: The controller 6V rail enabled value
     """
     return hal.getUserActive6V()
Пример #2
0
    def getEnabled6V() -> bool:
        """
            Get the enabled state of the 6V rail. The rail may be disabled
            due to a controller brownout, a short circuit on the rail, or
            controller over-voltage

            :returns: True if enabled, False otherwise
        """
        return hal.getUserActive6V()
Пример #3
0
    def getEnabled6V() -> bool:
        """
            Get the enabled state of the 6V rail. The rail may be disabled
            due to a controller brownout, a short circuit on the rail, or
            controller over-voltage

            :returns: True if enabled, False otherwise
        """
        return hal.getUserActive6V()