def getPressureSwitchValue(self):
        """ Get the pressure switch value.
 
        :returns: True if the pressure is low
        :rtype: bool
        """
        return hal.getCompressorPressureSwitch(self.compressorHandle)
    def getPressureSwitchValue(self):
        """ Get the pressure switch value.
 
        :returns: True if the pressure is low
        :rtype: bool
        """
        return hal.getCompressorPressureSwitch(self.compressorHandle)