Although this is a class and comedi_server supports multiple
fixation windows, this class is hard coded to use window #0,
so there can really only be one instantation at a time.
User's should not really instantiate these directly any longer, but
rather use app.makeFixWin() method.
|
__init__(self,
x=0,
y=0,
size=10,
app=None,
vbias=1.0)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
genint(self,
enable=None)
use interupts() method instead! |
source code
|
|
|
|
|
set(self,
x=None,
y=None,
size=None)
Change (or set) size and position of fix window. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
broke(self)
Check to see if eye moved out of window, since acquired. |
source code
|
|
|
|
|
draw(self,
color='grey',
dash=None,
clear=None)
Draw fixation window on user display. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|