Skip to content

Commit f030aff

Browse files
committed
Merge branch 'main' into mda-progress
2 parents 23a8f26 + 5a91d84 commit f030aff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/mda_widget.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
"""
55

66
import useq
7+
from pymmcore_plus import CMMCorePlus
78
from qtpy.QtWidgets import QApplication
89

910
from pymmcore_widgets import MDAWidget
1011

1112
app = QApplication([])
1213

14+
CMMCorePlus.instance().loadSystemConfiguration()
15+
1316
wdg = MDAWidget()
1417
wdg.channels.setChannelGroups({"Channel": ["DAPI", "FITC"]})
1518
wdg.time_plan.setValue(useq.TIntervalLoops(interval=0.5, loops=11))

0 commit comments

Comments
 (0)