Everything

debugger.ProcessorElement


This property sets or refers to the PE of the multi-core.

[Specification format]

debugger.ProcessorElement = number

[Setting(s)]

Setting

Description

number

Set the PE number with the number.

[Reference]

Current set value

[Detailed description]

-

This property 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
>>>