SlabTemplate

class awg_designer.all.SlabTemplate(*args, **kwargs)

Template for a slab (free propagation region) that stores the layer stack and modal properties of the slab.

In the Layout view, it defines the layer stack (using the layers that are available in your technology). It has SlabModes and SlabModesFromCamfr views that keep track of the modes.

Parameters
name: String that contains only ISO/IEC 8859-1 (extended ASCII py3) or pure ASCII (py2) characters

The unique name of the pcell

Views

Layout = <class 'awg_designer.slabsim_integration.slab_template.SlabTemplate.Layout'>
SlabModes = <class 'awg_designer.slabsim_integration.slab_template.SlabTemplate.SlabModes'>
SlabModesFromCamfr = <class 'awg_designer.slabsim_integration.slab_template.SlabTemplate.SlabModesFromCamfr'>