Esempio n. 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()
Esempio n. 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()