Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

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

  • No labels