tidy3d.EMEStageInterfaceSMatrix#
- class EMEStageInterfaceSMatrix[source]#
Bases:
EMESMatrixDatasetInterface S-matrix for one EME interface at one sweep point.
- Parameters:
S11 (EMESMatrixDataArray) – S matrix relating output modes at port 1 to input modes at port 1.
S12 (EMESMatrixDataArray) – S matrix relating output modes at port 1 to input modes at port 2.
S21 (EMESMatrixDataArray) – S matrix relating output modes at port 2 to input modes at port 1.
S22 (EMESMatrixDataArray) – S matrix relating output modes at port 2 to input modes at port 2.
cell_index (NonNegativeInt) – Left cell index. Paired with
right_cell_indexto fully identify the interface (seeEMEStageInterfaceOverlap).right_cell_index (NonNegativeInt) – Right cell index. Keeps the interface self-identifying across HDF5 round-trips when the same left cell appears in multiple pairs.
sweep_index (NonNegativeInt) – Sweep point index.
Attributes
S11S12S21S22- cell_index#
- right_cell_index#
- sweep_index#