예제 #1
0
 def getCompressorShortedStickyFault(self):
     """
     :returns: True if PCM sticky fault is set : Compressor Output
         appears to be shorted
     """
     return hal.getCompressorShortedStickyFault(self.pcm)
예제 #2
0
 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)