def getVoltage(self) -> float:
        """
            Query the input voltage of the PDP

            :returns: The voltage of the PDP in volts
        """
        return hal.getPDPVoltage(self.handle)
    def getVoltage(self) -> float:
        """
            Query the input voltage of the PDP

            :returns: The voltage of the PDP in volts
        """
        return hal.getPDPVoltage(self.handle)
    def getVoltage(self):
        """
            Query the voltage of the PDP

            :returns: The voltage of the PDP in volts
            :rtype: float
        """
        return hal.getPDPVoltage()
    def getVoltage(self):
        """
            Query the input voltage of the PDP

            :returns: The voltage of the PDP in volts
            :rtype: float
        """
        return hal.getPDPVoltage(self.module)