debugger.CurrentConsumption.Information
|
This function displays information on acquiring current consumption data. [RL78/G10,G13][Simulator]
[Specification format]
debugger.CurrentConsumption.Information()
|
[Argument(s)]
None
[Return value]
If acquiring current consumption data was enabled: True
If acquiring current consumption data was disabled: False
[Detailed description]
- | This function displays information on acquiring current consumption data. |
[Example of use]
>>>debugger.CurrentConsumption.Information()
True
>>>
|