Skip to content

flex_rf.web.load

Type: function Base(s): None

Download and Load simulation results into SimulationData object.

After the simulation is complete, you can load the results into a SimulationData object by its task_id using:

sim_data = web.load(task_id, path="outt/sim.hdf5", verbose=verbose)

The load method is very convenient to load and postprocess results from simulations created using Tidy3D GUI.

task_id [TaskId | None]
path [PathLike | None] = None
replace_existing [bool] = True
verbose [bool] = True
progress_callback [Callable[[float], None] | None] = None
lazy [bool] = False