debugger.CurrentConsumption.Disable
|
This function disables acquiring current consumption data. [RL78/G10,G13][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
>>>
|