BioImager  3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
Loading...
Searching...
No Matches
getfilterwheel.py
1import Pyro4
2import sys
3filterwheel = Pyro4.Proxy(sys.argv[0])
4print("%d" % filterwheel.position)
5filterwheel._pyroRelease()
6print("OK")
7