tidy3d.rf.MicrowaveSMatrixData#
- class MicrowaveSMatrixData[source]#
Bases:
MicrowaveBaseModelStores the computed S-matrix and reference impedances for the terminal ports.
- Parameters:
port_reference_impedances (Optional[PortDataArray] = None) – Reference impedance for each port used in the S-parameter calculation. This is optional and may not be present if not specified or computed.
data (TerminalPortDataArray) – An array containing the computed S-matrix of the device. The data is organized by terminal ports, representing the scattering parameters between them.
s_param_def (Literal['pseudo', 'power', 'symmetric_pseudo'] = pseudo) – Wave definition: ‘pseudo’, ‘power’, or ‘symmetric_pseudo’.
Attributes
- port_reference_impedances#
- data#
- s_param_def#