tidy3d.MediumMediumInterface#

class MediumMediumInterface[source]#

Bases: AbstractBCPlacement

Placement of boundary conditions between two mediums.

Parameters:

mediums (Tuple[str, str]) – Names of two mediums.

Example

>>> bc_placement = MediumMediumInterface(mediums=["dieletric", "metal"])

Attributes

Methods

unique_names(val)

Error if the same structure is provided twice

Inherited Common Usage

mediums#
classmethod unique_names(val)[source]#

Error if the same structure is provided twice

__hash__()#

Hash method.