GenericGdsiiPPLayerOutputMap

class ipkiss.process.layer_map.GenericGdsiiPPLayerOutputMap(**kwargs)

Most generic map between ProcessPurposeLayers and GDSII. For each PPLayer an individual entry is needed in the map.

Parameters
pplayer_map: dict, required

map of (process, purpose) to (layer,datatype)

ignore_undefined_mappings: ( bool, bool_, bool or int ), optional

When True, unknown PPLayers are just ignored. Otherwise an error is generated.

get(key, default)