Skip to content

Commit d7ee79e

Browse files
Disable lights at initialization
1 parent e28c526 commit d7ee79e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

microscope/controllers/asi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ def __init__(self, dev_conn: _ASIController, channel: str) -> None:
594594
super().__init__()
595595
self._dev_conn = dev_conn
596596
self._channel = channel
597+
self._do_disable()
597598

598599
def get_status(self) -> typing.List[str]:
599600
return super().get_status() # TODO: Verify what am I doing here. Just copying from the Zaber led controller

0 commit comments

Comments
 (0)