tidy3d.EMEStageInterfaceSMatrix#

class EMEStageInterfaceSMatrix[source]#

Bases: EMESMatrixDataset

Interface 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_index to fully identify the interface (see EMEStageInterfaceOverlap).

  • 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

cell_index#
right_cell_index#
sweep_index#