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.setstagexyz Namespace Reference

Variables

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

Variable Documentation

◆ stage

microscope.setstagexyz.stage = Pyro4.Proxy(sys.argv[1])

Definition at line 3 of file setstagexyz.py.

◆ x_axis

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

Definition at line 4 of file setstagexyz.py.

◆ y_axis

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

Definition at line 5 of file setstagexyz.py.

◆ z_axis

microscope.setstagexyz.z_axis = stage.axes["z"]

Definition at line 6 of file setstagexyz.py.