Everything

debugger.IsMulticore


This property checks whether or not the microcontroller of the active project is multi-core.

[Specification format]

debugger.IsMulticore

[Setting(s)]

None

[Reference]

When the microcontroller is multi-core: True

When the microcontroller is not multi-core: False

[Detailed description]

-

This property checks whether or not the microcontroller of the active project is multi-core.

Caution

This property is used to confirm whether or not multiple CPU cores are present. A core other than a CPU, such as a DSP, is not included as one among multiple cores.

[Example of use]

>>>print debugger.IsMulticore
False
>>>