tidy3d.web.webapi.load#

tidy3d.web.webapi.load(task_id: str, path: str = 'simulation_data.hdf5', replace_existing: bool = True) tidy3d.components.data.sim_data.SimulationData#

Download and Load simultion results into SimulationData object.

Parameters
  • task_id (str) – Unique identifier of task on server. Returned by upload().

  • path (str) – Download path to .hdf5 data file (including filename).

  • replace_existing (bool = True) – Downloads the data even if path exists (overwriting the existing).

Returns

Object containing simulation data.

Return type

SimulationData