Function to remove layout pins.

This commit is contained in:
mrg 2020-12-21 12:44:04 -08:00
parent 3c08dfcca5
commit 6101195b51
1 changed files with 6 additions and 0 deletions

View File

@ -467,6 +467,12 @@ class layout():
"""
self.pin_map[text] = set()
def remove_layout_pins(self):
"""
Delete all the layout pins
"""
self.pin_map = {}
def add_layout_pin(self, text, layer, offset, width=None, height=None):
"""
Create a labeled pin