def getCompressorNotConnectedStickyFault(self): """ :returns: True if PCM sticky fault is set : Compressor does not appear to be wired, i.e. compressor is not drawing enough current. """ return hal.getCompressorNotConnectedStickyFault(self.compressorHandle)
def getCompressorNotConnectedStickyFault(self): """ :returns: True if PCM sticky fault is set : Compressor does not appear to be wired, i.e. compressor is not drawing enough current. """ return hal.getCompressorNotConnectedStickyFault(self.pcm)