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 in amps for the compressor motor :rtype: float """ return hal.getCompressorCurrent(self.pcm)