GenericGdsiiPPLayerOutputMap

class ipkiss.process.layer_map.GenericGdsiiPPLayerOutputMap

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_ or int ), optional

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