tidy3d.components.data.monitor_data.MonitorData#

class MonitorData[source]#

Bases: AbstractMonitorData, ABC

Abstract base class of objects that store data pertaining to a single monitor.

Parameters:

Attributes

symmetry_expanded

Return self with symmetry applied.

attrs

Methods

normalize(source_spectrum_fn)

Return copy of self after normalization is applied using source spectrum function.

Inherited Common Usage

monitor#
property symmetry_expanded#

Return self with symmetry applied.

normalize(source_spectrum_fn)[source]#

Return copy of self after normalization is applied using source spectrum function.

__hash__()#

Hash method.