def getTemperature(self) -> float:
        """
            Query the temperature of the PDP

            :returns: The temperature of the PDP in degrees Celsius
        """
        return hal.getPDPTemperature(self.handle)
    def getTemperature(self) -> float:
        """
            Query the temperature of the PDP

            :returns: The temperature of the PDP in degrees Celsius
        """
        return hal.getPDPTemperature(self.handle)
    def getTemperature(self):
        """
            Query the temperature of the PDP

            :returns: The temperature of the PDP in degrees Celsius
            :rtype: float
        """
        return hal.getPDPTemperature()
    def getTemperature(self):
        """
            Query the temperature of the PDP

            :returns: The temperature of the PDP in degrees Celsius
            :rtype: float
        """
        return hal.getPDPTemperature(self.module)