tidy3d.PointCloudPermittivityData#

class PointCloudPermittivityData[source]#

Bases: MonitorData, PointCloudPermittivityDataset

Data associated with a PointCloudPermittivityMonitor.

Parameters:
  • points (Diagonal permittivity components are indexed by requested point row and frequency. The) – Requested point coordinates associated with the indexed permittivity data.

  • eps_xx (IndexedFreqDataArray) – Point-cloud xx-component of the relative permittivity.

  • eps_yy (IndexedFreqDataArray) – Point-cloud yy-component of the relative permittivity.

  • eps_zz (IndexedFreqDataArray) – Point-cloud zz-component of the relative permittivity.

  • monitor (PointCloudPermittivityMonitor) – Frequency-domain point-cloud permittivity monitor.

  • points

  • coordinates (array stores the requested)

  • nearest (while each component value is sampled from its)

  • location. (native Yee-grid)

Attributes

monitor

points

eps_xx

eps_yy

eps_zz

Methods

normalize(source_spectrum_fn)

Return copy of self; permittivity data is not source-normalized.

monitor#
normalize(source_spectrum_fn)[source]#

Return copy of self; permittivity data is not source-normalized.