kqcircuits.test_structures.stripes_test

class kqcircuits.test_structures.stripes_test.StripesTest[source]

Bases: TestStructure

PCell declaration for optical lithography test stripes.

Contains a given number of lines in base_metal_gap_wo_grid-layer with given width, length and spacing. There is also a text in base_metal_gap_wo_grid-layer next to the lines, which shows the line width.

build()[source]

Child classes re-define this method to build the PCell.

PCell parameters:

  • num_stripes (Int) - Number of stripes, default=20

  • stripe_width (Double) - Width of the stripes, default=1, unit=μm

  • stripe_length (Double) - Length of the stripes, default=100, unit=μm

  • stripe_spacing (Double) - Spacing between the stripes, default=1, unit=μm

../_images/kqcircuits.test_structures.stripes_test.png