コード例 #1
0
 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)
コード例 #2
0
 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)