InterpolatedSlabMode

class awg_designer.all.InterpolatedSlabMode(**kwargs)

This Slab model interpolates the effective index between a given set of data points.

Parameters
n_effs: required

list/array of effective indices

wavelengths: required

list/array of wavelengths

name: ( str and String that contains only ISO/IEC 8859-1 (extended ASCII py3) or pure ASCII (py2) characters ), optional, *None allowed*
polarization: str and String that contains only ISO/IEC 8859-1 (extended ASCII py3) or pure ASCII (py2) characters and List with value restriction, allowed values: [‘TE’, ‘TM’], optional

polarization of the slab mode. ‘TE’ or ‘TM’

See also

SlabTemplate

get_n_eff(environment=None)
get_n_g(environment)