Set as a Context#
You may want to temporarily set something on core such as
core.setAutoShutter(False)
when writing an MDA Engine. For this case you can
use the convenience method
CMMCorePlus.setContext
.
set_as_context.py | |
---|---|
1 2 3 4 5 6 7 8 9 10 |
|
This will work for the set
methods on the core such as
setAutoShutter
,
setShutterOpen
, ...