This property checks whether or not the microcontroller of the active project is multi-core.
[Specification format]
[Setting(s)]
None
[Reference]
When the microcontroller is multi-core: True
When the microcontroller is not multi-core: False
[Detailed description]
- | This function checks whether or not the microcontroller of the active project is multi-core. |
[Example of use]
>>>print debugger.IsMulticore
False
>>>
|