ChannelWidget
ChannelWidget
#
Bases: QWidget
A QComboBox to select which micromanager channel configuration to use.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
channel_group
|
str | None
|
Name of the micromanager group defining the microscope channels. By default,
it will be guessed using the
|
None
|
parent
|
QWidget | None
|
Optional parent widget. By default, None. |
None
|
mmcore
|
CMMCorePlus | None
|
Optional |
None
|
Examples:
Combining ChannelWidget
with other widgets
see ImagePreview
Example#
channel_widget.py | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
|