flex_rf.web.load
Type: function │ Base(s): None
Description
Section titled “Description”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.
Parameters
Section titled “Parameters”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 |