debugger.CurrentConsumption.Clear


This function clears current consumption data. [RL78/G10,G12,G13,G14][Simulator]

[Specification format]

debugger.CurrentConsumption.Clear()

[Argument(s)]

None

[Return value]

If current consumption data was cleared successfully: True

If there was an error when clearing current consumption data: False

[Detailed description]

-

This function clears current consumption data.

[Example of use]

>>>debugger.CurrentConsumption.Clear()
True
>>>