Default to adding ports at the origin

This commit is contained in:
Jan Petykiewicz 2023-01-26 19:16:34 -08:00 committed by jan
parent 5c48a28661
commit a35bf9770a

View File

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