MulticoreSubsystem
Overview
Multicore Subsystem
Discussion
Places an empty multicore subsystem on the canvas. Multicore Subsystems are used to force parallel processing into separate threads without clockdividing.
Each module's thread will run on separate cores for low counts of this module. There is limited support for this: Native and Linux targets only. Multicore subsystems can only be placed at the top level.
Module Pack
Assets
ClassID
classID =
Type Definition
Variables
Properties
| Name | Type | Default Value | Range | Description |
|---|---|---|---|---|
| name | string | in | Unrestricted | The name of the subsystem |
| flip | int | 0 | 0:1:1 | When true, the graphic is flipped |
| x | int | none | Unrestricted | Horizontal position of top left in DPI independent units |
| y | int | none | Unrestricted | Vertical position of top left in DPI independent units |
| width | int | 10 | 6:1:1000 | Width on canvas |
| height | int | 6 | 6:1:1000 | Height on canvas |
| text.color | int | 000000 | 0:1:ffffff | Color of the text below |
| text.points | int | 8 | 4:1:100 | Font size of text |
| text.align | enum | center | left/center/right | Alignment of the text under subsystem module |
Pins
Matlab Usage