tidy3d.plugins.smatrix.ModalComponentModelerData#
- class ModalComponentModelerData[source]#
Bases:
AbstractComponentModelerDataA data container for the results of a
ModalComponentModelerrun.- Parameters:
modeler (
ModalComponentModeler) – The originalModalComponentModelerobject that defines the simulation setup and from which this data was generated.data (
SimulationDataMap) – A mapping from task names toSimulationDataobjects, containing the results of each simulation run.log (Optional[str] = None) – A string containing the log information from the modeler post-processing run.
Notes
This class stores the original modeler and the simulation data obtained from running the simulations it defines. It also provides a method to compute the S-matrix from the simulation data.
Attributes
datalogMethods
smatrix()Computes and returns the scattering matrix (S-matrix).
Inherited Common Usage
- modeler#