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.tprobesandSimulation.fprobes, respectively). The requested fields of each probe (‘E’ and ‘H’) are then stored as arrays of size[pol, indx, indy, indz, inds], wherepolis the polarization component andindsis either the time or the frequency index.- Parameters
dfile (str) – Path to the file containing the simulation results.