tidy3d.components.source.PlanarSource#
- class PlanarSource[source]#
Bases:
Source
,ABC
A source defined on a 2D plane.
- Parameters:
name (Optional[str] = None) β Optional name for the source.
center (Tuple[float, float, float] = (0.0, 0.0, 0.0)) β [units = um]. Center of object in x, y, and z.
size (Tuple[NonNegativeFloat, NonNegativeFloat, NonNegativeFloat]) β [units = um]. Size in x, y, and z directions.
source_time (Union[GaussianPulse, ContinuousWave, CustomSourceTime]) β Specification of the source time-dependence.
Attributes
Injection axis of the source.
Methods
- property injection_axis#
Injection axis of the source.
- __hash__()#
Hash method.