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

Class BX2A

lantz/drivers/olympus/ixbx.py:219–229  ·  view source on GitHub ↗

Olympus BX2A Body

Source from the content-addressed store, hash-verified

217
218
219class BX2A(IXBX):
220 """ Olympus BX2A Body
221 """
222
223 shutter_closed = ofeat('SHUTTER', 'Shutter RFAA', values=IN_OUT)
224 aperture_stop_diameter = ofeat('EAS', 'Aperture stop diameter (EPI AS RLAA)', procs=(INTSTR, ))
225 aperture_stop_diameter = ofeat('DAS', 'Aperture stop diameter (DIA AS UCD)', procs=(INTSTR, ))
226 condenser_top_lens_enabled = ofeat('CDTOP', 'Condenser top lens (UCD)', values=IN_OUT)
227 turret = ofeat('TURRET', 'Turret position (UCD)', procs=(INTSTR, ))
228 cube = ofeat('CUBE', 'Cube position (RFAA/RLAA)', procs=(INTSTR, ))
229 configure_filterwheel = ofeat('FW', 'Configure filterwheel', procs=(INTSTR, ))
230

Callers

nothing calls this directly

Calls 1

ofeatFunction · 0.70

Tested by

no test coverage detected