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.

[Example of use]

>>>print debugger.IsMulticore
False
>>>