Skip to content

Commit

Permalink
do not require group to be named "Channel"
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler committed Sep 27, 2024
1 parent 6c70732 commit bc4d0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recOrder/plugin/main_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ def connect_to_mm(self):
loaded_devices = [_devices.get(i) for i in range(_devices.size())]
if LC_DEVICE_NAME in loaded_devices:
config_desc = self.mmc.getConfigData(
"Channel", "State0"
self.config_group, "State0"
).getVerbose()
if "String send to" in config_desc:
self.calib_mode = "MM-Retardance"
Expand Down

0 comments on commit bc4d0ad

Please sign in to comment.