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)
示例#2
0
 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)