Cell#
- class ansys.edb.core.layout.cell.Cell(msg)#
 Represents a cell object.
Methods
Cell.add_menu_variable(name, values[, ...])Add a menu variable.
Cell.add_variable(name, value[, is_param])Add a variable.
Cell.create(db, cell_type, cell_name)Create a cell.
Cell.create_value(val)Create a value instance.
Cell.cutout(included_nets, clipped_nets, ...)Cut out an existing cell into a new cell.
Delete the cell.
Delete a simulation setup by name.
Cell.delete_variable(name)Delete a variable.
Cell.find(database, cell_type[, name, cell_id])Find a cell in a database by either name or ID.
Generate auto HFSS regions.
Cell.generate_via_smart_box(net_name)Generate a via smart box.
Get all variable names.
Cell.get_product_property(prod_id, attr_id)Get the product-specific property of the cell.
Cell.get_product_property_ids(prod_id)Get a list of attribute IDS for a given product ID for the cell.
Cell.get_variable_desc(name)Get the description of a variable.
Cell.get_variable_value(name)Get the value for a given variable.
Cell.is_parameter(name)Determine if the variable is a parameter.
Cell.set_hfss_extent_info(extents)Set the HFSS extents of this cell.
Cell.set_product_property(prod_id, attr_id, ...)Set the product property of the cell for a given product ID and attribute ID.
Cell.set_variable_desc(name, desc)Set a variable to have a new description.
Cell.set_variable_value(name, new_value)Set a variable to a new value.
Attributes
bool: Flag indicating whether antipads are always enabled.int: Mode for activating antipads.Database: Owning database of the cell.DesignMode: Design mode of the cell.Layout: Flattened layout of the cell.HfssExtentInfo: HFSS extents for the cell.int: Unique ID of the EDB object.bool: Flag indicating if the cell is a blackbox.bool: Flag indicating if the cell is a footprint.bool: Flag indicating if the object exists in the database.bool: Flag indicating if the cell is a symbolic footprint.Layout: Layout of the cell.EDBObjMessage: Protobuf message that represents the object's ID.str: Name of the cell.listof [SimulationSetup]: List of all simulation setups of the cell.bool: Flag indicating if the internal non-functional pads are suppressed from rendering/analysis.TemperatureSettings: Temperature settings.