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 (Attribute: monitor) –

Type

AbstractMonitor

Default

Description

Monitor associated with the data.

Attributes

symmetry_expanded_copy

Return copy of self with symmetry applied.

Methods

monitor#
property symmetry_expanded_copy#

Return copy of self with symmetry applied.

__hash__()#

Hash method.