示例#1
0
 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)
示例#3
0
 def getCompressorShortedFault(self) -> bool:
     """
     :returns: True if PCM is in fault state : Compressor output
         appears to be shorted
     """
     return hal.getCompressorShortedFault(self.compressorHandle)