LayoutInstance#

class ansys.edb.core.layout_instance.layout_instance.LayoutInstance(msg)#

Represents a layout instance object.

Methods

LayoutInstance.get_connected_objects(...)

Get the layout object instance connected to the origin layout object instance.

LayoutInstance.get_layout_obj_instance_in_context(...)

Get the layout object instance of the given connectable in the provided context.

LayoutInstance.query_layout_obj_instances([...])

Query layout object instances using the provided filters.

LayoutInstance.refresh()

Refresh the layout instance so it contains an up-to-date geometry.

Attributes

LayoutInstance.id

int: Unique ID of the EDB object.

LayoutInstance.is_null

bool: Flag indicating if the object exists in the database.

LayoutInstance.msg

EDBObjMessage: Protobuf message that represents the object's ID.