Output Data#

Monitor Data#

EMECoefficientData

Data associated with an EMECoefficientMonitor.

EMEModeSolverData

Data associated with an EMEModeSolverMonitor.

EMEFieldData

Data associated with an EMEFieldMonitor.

Simulation Data#

EMESimulationData

Data associated with an EME simulation.

Datasets#

EMESMatrixDataset

Dataset storing the scattering matrix of an EME simulation.

EMECoefficientDataset

Dataset storing various coefficients related to the EME simulation.

EMEOverlapDataset

Dataset storing overlaps between EME modes.

EMEFieldDataset

Dataset storing scalar components of E and H fields from EME propagation.

EMEModeSolverDataset

Dataset storing the eigenmodes computed at each EME cell.

Pipeline Stages#

Intermediate artifacts produced by the local propagation pipeline (see EMESimulation.propagate()). All five classes support HDF5 round-trip, so they can be checkpointed to disk and reused across design iterations.

EMEStageCellModes

Mode solver result for one EME cell.

EMEStageCellOverlap

Self-overlap and metadata for one EME cell.

EMEStageInterfaceOverlap

Cross-cell overlap for one EME interface.

EMEStageCellSMatrix

Homogeneous propagation S-matrix for one EME cell at one sweep point.

EMEStageInterfaceSMatrix

Interface S-matrix for one EME interface at one sweep point.