specim_shutter¶
Implements a shutter device for specim cameras connected via USB and ftdi chip.
The usage is like this:
>>> swirShutter = getSWIRShutter()
>>> swirShutter.openShutter() #open the shutter
>>> swirShutter.closeShutter() #close the shutter
>>> swirShutter.close() #close the connection
-
class
runmacs.spec.hw.specim_shutter.
SpecimShutter
(deviceId=None)[source]¶ Handles connection to a specim shutter.