tidy3d.web.api.container.Job.run#
- class run#
Bases:
Run
Job
all the way through and return data.- Parameters:
path_dir (str = "./simulation_data.hdf5") β Base directory where data will be downloaded, by default current working directory.
- Returns:
Object containing simulation results.
- Return type:
Union[
SimulationData
,HeatSimulationData
,EMESimulationData
]
Inherited Common Usage