Пример #1
0
    def getFaultCount6V() -> int:
        """
            Get the count of the total current faults on the 6V rail since
            the controller has booted

            :returns: The number of faults
        """
        return hal.getUserCurrentFaults6V()
Пример #2
0
    def getFaultCount6V() -> int:
        """
            Get the count of the total current faults on the 6V rail since
            the controller has booted

            :returns: The number of faults
        """
        return hal.getUserCurrentFaults6V()