Olympus BX2A Body
| 217 | |
| 218 | |
| 219 | class 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 |