Default to adding ports at the origin

This commit is contained in:
Jan Petykiewicz 2023-01-26 19:16:34 -08:00
parent 658eca5eea
commit 9351f5b5f8

View File

@ -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',