pySimBlocks.gui.blocks.port_meta

class pySimBlocks.gui.blocks.port_meta.PortMeta(name: str, display_as: str, shape: list[Any], description: str = '')[source]

Bases: object

Describe one declared input or output port of a GUI block.

name: str

Internal port name.

display_as: str

User-facing port label.

shape: list[Any]

Symbolic shape description shown in metadata.

description: str = ''

Optional help text displayed in the GUI.