StackupLayer#
- class ansys.edb.core.layer.stackup_layer.StackupLayer(msg)#
Represents a stackup layer.
Methods
Cast the layer object to the correct concrete type.
StackupLayer.clone
([copy_id])Create a clone of the layer.
StackupLayer.create
(name, layer_type, ...)Create a stackup layer.
StackupLayer.get_fill_material
([evaluated])Get the name of the fill material of the layer.
StackupLayer.get_material
([evaluated])Get the name of the material of the layer.
StackupLayer.get_product_property
(prod_id, ...)Get the product property of the layer for a given product ID and attribute ID.
Get a list of attribute IDs for a given product ID for the layer.
StackupLayer.get_roughness_model
(region)Get the roughness model used by the layer.
StackupLayer.is_in_zone
(zone)Determine if the layer exists in the given zone.
Set the name of the fill material of the layer.
StackupLayer.set_is_in_zone
(zone[, in_zone])Set whether the layer exists in a given zone.
StackupLayer.set_material
(material_name)Set the name of the material of the layer.
StackupLayer.set_product_property
(prod_id, ...)Set the product property of the layer for a given product ID and attribute ID.
Set the roughness model used by the layer.
Attributes
DrawOverride
: Draw override of the layer.Value
: Etch factor of the layer.bool
: Flag indicating if an etch factor is used by the layer.HFSSSolverProperties: HFSS solver properties of the layer.
int
: Unique ID of the EDB object.bool
: Flag indicating if the object exists in the database.bool
: Flag indicating if the layer is aStackupLayer
instance.bool
: Flag indicating if the layer is aViaLayer
instance.int
: Layer ID.bool
: Flag indicating if the layer is locked.Value
: Lower elevation value of the layer.EDBObjMessage
: Protobuf message that represents the object's ID.str
: Name of the layer.bool
: Flag indicating if the layer is a negative layer.list
[int
]: Layer IDs for all via layers referencing the layer.bool
: Flag indicating if roughness models are used by the layer.Value
: Thickness value of the layer.TopBottomAssociation
: Top-bottom association of the layer.int
: Transparency value of the layer.LayerType
: Type of the layer.Value
: Upper elevation value of the layer.bool
: Flag indicating if solver properties are used by the layer.int
: Visibility mask of the layer.int
: Zone index associated with the owning layer collection.