pylabrobot.li_cor.odyssey.OdysseyClassic.configure_scan#

async OdysseyClassic.configure_scan(name: str = 'scan', *, group: str = 'odyssey', resolution: float | Literal['preview'] = 0.169, quality: Literal['lowest', 'low', 'medium', 'high', 'highest'] = 'medium', intensity_700: str = '5', intensity_800: str = '5', channel_700: bool = True, channel_800: bool = True, origin_x: float = 0, origin_y: float = 0, width: float = 100, height: float = 100, focus: float = 0, comment: str = '', preset: str = '') None#

Configure a scan and complete the firmware’s seven-step initialization.

The scan rectangle and focus are in mm. Resolutions are 0.021, 0.042, 0.084, 0.169, or 0.337 mm, or “preview”. Intensities accept L2/L1.5/L1/L0.5 or 0.5 through 10 in steps of 0.5. Start acquisition separately with start_scan() or scan().

Parameters:
Return type:

None