StageWidget
StageWidget
#
Bases: QWidget
A Widget to control a XY and/or a Z stage.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
device
|
str
|
Stage device. |
required |
levels
|
int
|
Number of "arrow" buttons per widget per direction, by default, 2. |
2
|
position_label_below
|
bool
|
If True, the position labels will appear below the move buttons. If False, the position labels will appear to the right of the move buttons. |
True
|
parent
|
QWidget | None
|
Optional parent widget. |
None
|
mmcore
|
CMMCorePlus | None
|
Optional |
None
|
Example#
stage_widget.py | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
|