tidy3d.EMEStageCellSMatrix#

class EMEStageCellSMatrix[source]#

Bases: EMESMatrixDataset

Homogeneous propagation S-matrix for one EME cell 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) – EME cell index.

  • sweep_index (NonNegativeInt) – Sweep point index.

Attributes

cell_index

sweep_index

S11

S12

S21

S22

cell_index#
sweep_index#