tidy3d.components.tcad.data.monitor_data.abstract.HeatChargeMonitorData#
- class HeatChargeMonitorData[source]#
Bases:
AbstractUnstructuredMonitorData,ABCAbstract base class of objects that store data pertaining to a single
HeatChargeMonitor.- Parameters:
monitor (Union[
TemperatureMonitor,SteadyPotentialMonitor,SteadyFreeCarrierMonitor,SteadyEnergyBandMonitor,SteadyElectricFieldMonitor,SteadyCapacitanceMonitor,SteadyCurrentDensityMonitor]) – Monitor associated with the data.symmetry (tuple[Literal[0, 1], Literal[0, 1], Literal[0, 1]] = (0, 0, 0)) – Symmetry of the original simulation in x, y, and z.
symmetry_center (tuple[float, float, float] = (0, 0, 0)) – Symmetry center of the original simulation in x, y, and z.
Attributes
Return copy of self with symmetry applied.
symmetry_centerMethods
Maps the field components to their associated data.
field_name([val])Gets the name of the fields to be plot.
- monitor#
- symmetry#
- property symmetry_expanded_copy#
Return copy of self with symmetry applied.