tidy3d.web.api.container.Job.load#
- class load#
Bases:
Download job results and load them into a data object.
- Parameters:
path (str = "./simulation_data.hdf5") β Path to download data as
.hdf5
file (including filename).- Returns:
Object containing simulation results.
- Return type:
Union[
SimulationData
,HeatSimulationData
,EMESimulationData
]
Inherited Common Usage