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

            :returns: The total energy drawn from the PDP channels in Joules
        """
        return hal.getPDPTotalEnergy(self.handle)
コード例 #2
0
    def getTotalEnergy(self) -> float:
        """
            Query the total energy drawn from the monitored PDP channels

            :returns: The total energy drawn from the PDP channels in Joules
        """
        return hal.getPDPTotalEnergy(self.handle)
コード例 #3
0
    def getTotalEnergy(self):
        """
            Query the total energy drawn from the monitored PDP channels

            :returns: The total energy drawn from the PDP channels in Joules
            :rtype: float
        """
        return hal.getPDPTotalEnergy()
コード例 #4
0
    def getTotalEnergy(self):
        """
            Query the total energy drawn from the monitored PDP channels

            :returns: The total energy drawn from the PDP channels in Joules
            :rtype: float
        """
        return hal.getPDPTotalEnergy(self.module)