symbol_params_from_cell
- ipkiss3.all.canvas.symbol_params_from_cell(cell, viewtype=None, enabled=None, disabled=None)
Extract and serialize parameters from a cell and its specified view, cast into IPKISS GUI models.
- Parameters:
- cell: PCell
Cell to extract parameters from
- viewtype: _BaseView
View to extract the parameters from
- enabled: List[str]
Names of the parameters to extract. If None, enable all parameters.
- disabled: List[str]
Names of the parameters to not extract. If None, disable no parameters.
- Returns:
- List[SymbolParam]