tidy3d.PointCloudPermittivityData#
- class PointCloudPermittivityData[source]#
Bases:
MonitorData,PointCloudPermittivityDatasetData 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
pointseps_xxeps_yyeps_zzMethods
normalize(source_spectrum_fn)Return copy of self; permittivity data is not source-normalized.
- monitor#