Everything

debugger.GetProcessorElementNames


This function displays a list of the PE names of multiple cores.

[Specification format]

debugger.GetProcessorElementNames()

[Argument(s)]

None

[Return value]

Array (strings) containing the PE names of multiple cores

[Detailed description]

-

This function displays a list of the PE names of multiple cores.

-

Display a list of PE names that can be set in debugger.ProcessorElementName.

Caution

A debug tool must be connected at the time this function is executed.

[Example of use]

>>a = debugger.GetProcessorElementNames()
CPU1
CPU2
>>print a
['CPU1', 'CPU2']