Everything

debugger.CurrentConsumption.Disable


This function disables acquiring current consumption data. [RL78 (devices with support for peripheral function simulation)] [Simulator]

[Specification format]

debugger.CurrentConsumption.Disable()

[Argument(s)]

None

[Return value]

If acquiring current consumption data was disabled successfully: True

If there was an error when acquiring current consumption data was disabled: False

[Detailed description]

-

This function disables acquiring current consumption data.

[Example of use]

>>>debugger.CurrentConsumption.Disable()
True
>>>