Set pin label size to use zoom factor from tech specifications

This commit is contained in:
ota2 2021-02-27 18:30:57 -05:00
parent 15e57d89ca
commit 48bc47c686
1 changed files with 1 additions and 0 deletions

View File

@ -399,6 +399,7 @@ class pin_layout:
newLayout.addText(text=self.name,
layerNumber=layer_num,
purposeNumber=label_purpose,
magnification=GDS["zoom"],
offsetInMicrons=self.center())
def compute_overlap(self, other):