MCPcopy Create free account
hub / github.com/LabPy/lantz / IX2

Class IX2

lantz/drivers/olympus/ixbx.py:204–216  ·  view source on GitHub ↗

Olympus IX2 Body

Source from the content-addressed store, hash-verified

202
203
204class IX2(IXBX):
205 """ Olympus IX2 Body
206 """
207
208 bottom_port_closed = ofeat('1BPORT', 'Bottom port', values=CLOSED_OPEN)
209
210 shutter1_closed = ofeat('SHUT1', 'Shutter', values=IN_OUT)
211 shutter2_closed = ofeat('SHUT2', 'Shutter', values=IN_OUT)
212
213 filter_wheel = ofeat('FW', 'Filter wheel position', procs=(INTSTR, ))
214 condensor = ofeat('CD', 'Condensor position', procs=(INTSTR, ))
215 mirror_unit = ofeat('MU', 'Mirror unit position', procs=(INTSTR, ))
216 camera_port_enabled= ofeat('PRISM', 'Prism position', values=ONE_TWO)
217
218
219class BX2A(IXBX):

Callers

nothing calls this directly

Calls 1

ofeatFunction · 0.70

Tested by

no test coverage detected