tidy3dclient.Simulation.load_results

Simulation.load_results(dfile)

Load the probe data recorded from a Tidy3D run. The simulation object stores a list of all TimeProbes and all FreqProbes (Simulation.tprobes and Simulation.fprobes, respectively). The requested fields of each probe (‘E’ and ‘H’) are then stored as arrays of size [pol, indx, indy, indz, inds], where pol is the polarization component and inds is either the time or the frequency index.

Parameters

dfile (str) – Path to the file containing the simulation results.