コード例 #1
0
    def getTotalPower(self) -> float:
        """
            Query the total power drawn from the monitored PDP channels

            :returns: The total power drawn from the PDP channels in Watts
        """
        return hal.getPDPTotalPower(self.handle)
コード例 #2
0
    def getTotalPower(self) -> float:
        """
            Query the total power drawn from the monitored PDP channels

            :returns: The total power drawn from the PDP channels in Watts
        """
        return hal.getPDPTotalPower(self.handle)
コード例 #3
0
    def getTotalPower(self):
        """
            Query the total power drawn from the monitored PDP channels

            :returns: The total power drawn from the PDP channels in Watts
            :rtype: float
        """
        return hal.getPDPTotalPower()
コード例 #4
0
    def getTotalPower(self):
        """
            Query the total power drawn from the monitored PDP channels

            :returns: The total power drawn from the PDP channels in Watts
            :rtype: float
        """
        return hal.getPDPTotalPower(self.module)