Previous topic

gdsii.tags — definitions of GDSII tags

Next topic

gdsii.record — GDSII record I/O

This Page

gdsii.types — definitions of GDSII data types

This module contains definitions of GDSII data types.

Defined members:

NODATA = 0
BITARRAY = 1
INT2 = 2
INT4 = 3
REAL4 = 4
REAL8 = 5
ASCII = 6

Type REAL4 is not used in GDSII and not handled by python-gdsii.

Additionaly this module contains the following members:

gdsii.types.DICT

A dictionary that maps type names to type IDs.

gdsii.types.REV_DICT

A dictionary that maps type IDs to type names.