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.stages.ludl Namespace Reference

Classes

class  _LudlController
 
class  _LudlStage
 
class  _LudlStageAxis
 
class  ludlMC2000
 

Variables

dictionary LUDL_ERRORS
 
dictionary AXIS_MAPPER
 

Variable Documentation

◆ AXIS_MAPPER

dictionary microscope.stages.ludl.AXIS_MAPPER
Initial value:
1= { 1: 'X' ,
2 2: 'Y' ,
3 3: 'Z' ,
4 }

Definition at line 75 of file ludl.py.

◆ LUDL_ERRORS

dictionary microscope.stages.ludl.LUDL_ERRORS
Initial value:
1= { -1: 'Unknown command',
2 -2: 'Illegal point type or axis, or module not installed',
3 -3: 'Not enough parameters (e.g. move r=)',
4 -4: 'Parameter out of range',
5 -21: 'Process aborted by HALT command',
6 # Slide Loader:
7 #-4:, (parameter out of range) used for cassette or slot range errors
8 -10: 'No slides selected',
9 -11: 'End of list reached',
10 -12: 'Slide error',
11 -16: 'Motor move error (move not completed successfully due to stall, end limit, etc.',
12 -17: 'Initialization error',
13 }

Definition at line 61 of file ludl.py.