Everything

debugger.CurrentConsumption.Clear


This function clears current consumption data. [RL78 (devices with support for peripheral function simulation)] [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
>>>