def getCompressorShortedFault(self): """ :returns: True if PCM is in fault state : Compressor Output appears to be shorted """ return hal.getCompressorShortedFault(self.pcm)
def getCompressorShortedFault(self): """ :returns: True if PCM is in fault state : Compressor output appears to be shorted """ return hal.getCompressorShortedFault(self.compressorHandle)
def getCompressorShortedFault(self) -> bool: """ :returns: True if PCM is in fault state : Compressor output appears to be shorted """ return hal.getCompressorShortedFault(self.compressorHandle)