コード例 #1
0
    def getVoltage(self) -> float:
        """
            Query the input voltage of the PDP

            :returns: The voltage of the PDP in volts
        """
        return hal.getPDPVoltage(self.handle)
コード例 #2
0
    def getVoltage(self) -> float:
        """
            Query the input voltage of the PDP

            :returns: The voltage of the PDP in volts
        """
        return hal.getPDPVoltage(self.handle)
コード例 #3
0
    def getVoltage(self):
        """
            Query the voltage of the PDP

            :returns: The voltage of the PDP in volts
            :rtype: float
        """
        return hal.getPDPVoltage()
コード例 #4
0
    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)