BioImager  3.6.0
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
microscope.getstagexy Namespace Reference

Variables

 stage = Pyro4.Proxy(sys.argv[0])
 
 x_axis = stage.axes["x"]
 
 y_axis = stage.axes["y"]
 

Variable Documentation

◆ stage

microscope.getstagexy.stage = Pyro4.Proxy(sys.argv[0])

Definition at line 3 of file getstagexy.py.

◆ x_axis

microscope.getstagexy.x_axis = stage.axes["x"]

Definition at line 4 of file getstagexy.py.

◆ y_axis

microscope.getstagexy.y_axis = stage.axes["y"]

Definition at line 5 of file getstagexy.py.