def getCompressorCurrent(self):
     """Get the current being used by the compressor.
     
     :returns: Current consumed by the compressor in amps
     :rtype: float
     """
     return hal.getCompressorCurrent(self.compressorHandle)
 def getCompressorCurrent(self):
     """Get the current being used by the compressor.
     
     :returns: Current consumed by the compressor in amps
     :rtype: float
     """
     return hal.getCompressorCurrent(self.compressorHandle)
示例#3
0
 def getCompressorCurrent(self):
     """Get the current being used by the compressor.
     
     :returns: Current consumed in amps for the compressor motor
     :rtype: float
     """
     return hal.getCompressorCurrent(self.pcm)
示例#4
0
 def getCompressorCurrent(self):
     """Get the current being used by the compressor.
     
     :returns: Current consumed in amps for the compressor motor
     :rtype: float
     """
     return hal.getCompressorCurrent(self.pcm)