SysIn
Overview
SYS In
Discussion
The SysIn and SysOut modules provide input pins and output pins to subsystems.
They cannot be placed at the top level, but the subsystem will have a pin for each SysXx placed within the subsystem canvas: SysIn for input pins, SysOut for output pins.
Module Pack
Assets
ClassID
classID =
Type Definition
Variables
Properties
| Name | Type | Default Value | Range | Description |
|---|---|---|---|---|
| name | string | in | Unrestricted | The name of the subsystem input |
| 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 | 6 | 6 | Width on canvas (not modifiable) |
| height | int | 2 | 2 | Height on canvas (not modifiable) |
| 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 the pin |
Pins
Matlab Usage