debugger.ProcessorElement
|
This property sets or refers to the PE of the multi-core. [RH850]
[Specification format]
debugger.ProcessorElement = number
|
[Setting(s)]
|
|
number
|
Set the PE number with the number.
|
[Reference]
Current set value
[Detailed description]
- | This function sets or refers to the PE of the multi-core. |
Caution | When the PE is set, it must be connected to the debugging tool. |
[Example of use]
>>>print debugger.ProcessorElement
1
>>>debugger.ProcessorElement = 2
>>>print debugger.ProcessorElement
2
>>>
|