Default to adding ports at the origin

libcentric
Jan Petykiewicz 1 year ago
parent 658eca5eea
commit 9351f5b5f8

@ -181,7 +181,7 @@ class PortList(metaclass=ABCMeta):
def add_port_pair(
self: PL,
offset: ArrayLike,
offset: ArrayLike = (0, 0),
rotation: float = 0.0,
names: Tuple[str, str] = ('A', 'B'),
ptype: str = 'unk',

Loading…
Cancel
Save