BioImager  4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
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