Skip to content

Commit 430620b

Browse files
committed
core96_head_installed in STARChatterboxBackend
1 parent 5c19945 commit 430620b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pylabrobot/liquid_handling/backends/hamilton/STAR_chatterbox.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
class STARChatterboxBackend(STARBackend):
1010
"""Chatterbox backend for 'STAR'"""
1111

12-
def __init__(self, num_channels: int = 8):
12+
def __init__(self, num_channels: int = 8, core96_head_installed: bool = True):
1313
"""Initialize a chatter box backend."""
1414
super().__init__()
1515
self._num_channels = num_channels
1616
self._iswap_parked = True
17+
self.core96_head_installed = core96_head_installed
1718

1819
async def setup(self, skip_autoload=False, skip_iswap=False, skip_core96_head=False) -> None:
1920
await LiquidHandlerBackend.setup(self)

0 commit comments

Comments
 (0)