pyOptiShared.SimResults.FDTDModeData

class pyOptiShared.SimResults.FDTDModeData

Bases: object

FDTD Mode Source Data class.

Methods

Attributes

fields

The modal fields.

neff

The modal effective refractive index.

ng

The group effective index.

permeability

The permeability grid in the cross section.

permittivity

The permittivity grid in the cross section.

property fields: NXdata

The modal fields.

The data is ecapsulated using an NXdata object.

Return type:

NXdata

property neff: NXdata

The modal effective refractive index.

Its data is ecapsulated using an NXdata object.

Return type:

NXdata

property ng: NXdata

The group effective index.

Its data is ecapsulated using an NXdata object. Available only if multiple frequencies were solved. Otherwise, None.

Return type:

NXdata

property permeability: NXdata

The permeability grid in the cross section.

Its data is ecapsulated using an NXdata object.

Return type:

NXdata

property permittivity: NXdata

The permittivity grid in the cross section.

Its data is ecapsulated using an NXdata object.

Return type:

NXdata