tidy3d.web.api.container.Job.download#
- class download#
Bases:
Download results of simulation.
- Parameters:
path (str = "./simulation_data.hdf5") β Path to download data as
.hdf5
file (including filename).
Note
To load the data after download, use
Job.load()
.Inherited Common Usage