pyOptiShared.SimResults.FDTDSimRun

class pyOptiShared.SimResults.FDTDSimRun

Bases: object

FDTD Simulation run results class.

Methods

Attributes

dftmonitors

A dictionary of time monitor results.

timemonitors

A dictionary of DFT monitor results.

property dftmonitors: Dict[str, NXdata]

A dictionary of time monitor results.

The keys are the monitors name. Defualts to "Time Monitor #" where # is the number. The values are NXdata objects.

Return type:

Dict[str,NXdata]

property timemonitors: Dict[str, NXdata]

A dictionary of DFT monitor results.

The keys are the monitors name. Defualts to "DFT Monitor #" where # is the number. The values are NXdata objects.

Return type:

Dict[str,NXdata]