コード例 #1
0
 def get_power(self):
     return hex_to_float(self.msg[18:22])
コード例 #2
0
 def get_current(self):
     return hex_to_float(self.msg[14:18])
コード例 #3
0
 def get_voltage(self):
     return hex_to_float(self.msg[10:14])
コード例 #4
0
 def get_power(self):
     return hex_to_float(self.msg[16:20])
コード例 #5
0
 def get_current(self):
     return hex_to_float(self.msg[12:16])
コード例 #6
0
 def get_voltage(self):
     return hex_to_float(self.msg[8:12])