示例#1
0
 def getCompressorShortedStickyFault(self):
     """
     :returns: True if PCM sticky fault is set : Compressor Output
         appears to be shorted
     """
     return hal.getCompressorShortedStickyFault(self.pcm)
 def getCompressorShortedStickyFault(self):
     """
     :returns: True if PCM sticky fault is set : Compressor output
         appears to be shorted
     """
     return hal.getCompressorShortedStickyFault(self.compressorHandle)
示例#3
0
 def getCompressorShortedStickyFault(self) -> bool:
     """
     :returns: True if PCM sticky fault is set : Compressor output
         appears to be shorted
     """
     return hal.getCompressorShortedStickyFault(self.compressorHandle)