LayerEdbClass#

class pyaedt.edb_core.edb_data.layer_data.LayerEdbClass(pclass, name)[source]#

Manages Edb Layers. Replaces EDBLayer.

Methods

LayerEdbClass.assign_roughness_model([...])

Assign roughness model on this layer.

LayerEdbClass.get_roughness_model([surface])

Get roughness model of the layer.

Attributes

LayerEdbClass.bottom_hallhuray_nodule_radius

Retrieve huray model nodule radius on bottom of the conductor.

LayerEdbClass.bottom_hallhuray_surface_ratio

Retrieve huray model surface ratio on bottom of the conductor.

LayerEdbClass.color

Retrieve color of the layer.

LayerEdbClass.conductivity

Get the material conductivity.

LayerEdbClass.dielectric_fill

Retrieve material name of the layer dielectric fill.

LayerEdbClass.etch_factor

Retrieve etch factor of this layer.

LayerEdbClass.is_stackup_layer

Determine whether this layer is a stackup layer.

LayerEdbClass.loss_tangent

Get the material loss_tangent.

LayerEdbClass.lower_elevation

Lower elevation.

LayerEdbClass.material

Get/Set the material loss_tangent.

LayerEdbClass.name

Retrieve name of the layer.

LayerEdbClass.permittivity

Get the material permittivity.

LayerEdbClass.roughness_enabled

Determine whether roughness is enabled on this layer.

LayerEdbClass.side_hallhuray_nodule_radius

Retrieve huray model nodule radius on sides of the conductor.

LayerEdbClass.side_hallhuray_surface_ratio

Retrieve huray model surface ratio on sides of the conductor.

LayerEdbClass.thickness

Retrieve thickness of the layer.

LayerEdbClass.top_hallhuray_nodule_radius

Retrieve huray model nodule radius on top of the conductor.

LayerEdbClass.top_hallhuray_surface_ratio

Retrieve huray model surface ratio on top of the conductor.

LayerEdbClass.transparency

Retrieve transparency of the layer.

LayerEdbClass.type

Retrieve type of the layer.

LayerEdbClass.upper_elevation

Upper elevation.