This class holds information of current consumption data (return value of the debugger.CurrentConsumption.Get function). [RL78/G10,G12,G13][Simulator]
CurrentConsumptionInfo is a class, and it is passed as the return value when the debugger.CurrentConsumption.Get function is executed. |
>>>ci = debugger.CurrentConsumption.Get() Max = 120.20, Average = 30.20 >>>print ci.Max 120.20 >>>print ci.Count 3020 >>> |