示例#1
0
 def getCompressorCurrentTooHighStickyFault(self):
     """
     :returns: True if PCM sticky fault is set : Compressor is
         disabled due to compressor current being too high
     """
     return hal.getCompressorCurrentTooHighStickyFault(
         self.compressorHandle)
示例#2
0
 def getCompressorCurrentTooHighStickyFault(self):
     """
     :returns: True if PCM sticky fault is set : Compressor Drive is
         disabled due to compressor current being too high
     """
     return hal.getCompressorCurrentTooHighStickyFault(self.pcm)
示例#3
0
 def getCompressorCurrentTooHighStickyFault(self) -> bool:
     """
     :returns: True if PCM sticky fault is set : Compressor is
         disabled due to compressor current being too high
     """
     return hal.getCompressorCurrentTooHighStickyFault(self.compressorHandle)