tidy3d.EMESimulation.stage_cell_modes#
- EMESimulation.stage_cell_modes(mode_data, cell_index)[source]#
Validate, filter, and stamp mode data for one cell.
Checks that frequencies match, drops NaN and increasing modes, and returns a stamped
EMEStageCellModes. Seepropagate()for the one-shot alternative.- Parameters:
mode_data (
ModeSimulationDataorModeSolverData) – Result ofmode_simulations[cell_index].run_local().cell_index (int) – EME cell index (0-based).
- Return type: