Olympus IX2 Body
| 202 | |
| 203 | |
| 204 | class 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 | |
| 219 | class BX2A(IXBX): |