pySimBlocks.gui.blocks.operators.product¶
- class pySimBlocks.gui.blocks.operators.product.ProductMeta[source]¶
Bases:
BlockMetaDescribe the GUI metadata of the dynamic multi-input product block.
- resolve_port_group(port_meta: PortMeta, direction: Literal['input', 'output'], instance: BlockInstance) list[PortInstance][source]¶
Resolve product input ports from the configured operations string.
- Parameters:
port_meta – Declared port metadata.
direction – Direction of the port group.
instance – Block instance whose ports are being built.
- Returns:
Concrete ports for the requested port group.