def getCompressorCurrentTooHighStickyFault(self): """ :returns: True if PCM sticky fault is set : Compressor is disabled due to compressor current being too high """ return hal.getCompressorCurrentTooHighStickyFault( self.compressorHandle)
def getCompressorCurrentTooHighStickyFault(self): """ :returns: True if PCM sticky fault is set : Compressor Drive is disabled due to compressor current being too high """ return hal.getCompressorCurrentTooHighStickyFault(self.pcm)
def getCompressorCurrentTooHighStickyFault(self) -> bool: """ :returns: True if PCM sticky fault is set : Compressor is disabled due to compressor current being too high """ return hal.getCompressorCurrentTooHighStickyFault(self.compressorHandle)