Deprecated API ============== Trap steering ------------- .. deprecated:: 1.7.0 Control over trap steering is provided through the `Trap` class. Instances of this class are available by default as:: import bluelake as bl bl.trap1.move_to(x=1, y=2) # Note: this line will fail on dual-trap systems: bl.trap3.move_to(x=0, y=0) # Additional trap steering devices that are defined in bluelake: # (depending on actual availability of the hardware on your C-Trap) bl.trap12xy bl.trap12z bl.trap34xy bl.trap34z bl.nanostage .. autoclass:: bluelake.Trap