tidy3d.components.data.monitor_data.AbstractMonitorData#

class AbstractMonitorData[source]#

Bases: Dataset, ABC

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

Parameters:

monitor (AbstractMonitor) – Monitor associated with the data.

Attributes

symmetry_expanded_copy

Return copy of self with symmetry applied.

Methods

Inherited Common Usage

monitor#
property symmetry_expanded_copy#

Return copy of self with symmetry applied.

__hash__()#

Hash method.