ipkiss.process.layer_map.UnconstrainedGdsiiPPLayerOutputMap¶
-
class
ipkiss.process.layer_map.
UnconstrainedGdsiiPPLayerOutputMap
(**kwargs)¶ Map of ProcessPurposeLayer onto GDSII layer/datatype combinations. This map maps the ProcessLayers onto GDSII Layers, and the PatternPurposes onto Datatypes.
Parameters: process_layer_map: dict, required
map of ProcessLayers onto GDSII Layer numbers
purpose_datatype_map: dict, required
map of PatternPurposes onto GDSII Datatypes
layer_map: dict, optional
Additional layer map, to be used complementarily to the ‘process_layer_map’ and ‘purpose_datatype_map’.
-
get
(key, default)¶
-