pylabrobot.revvity.celigo.Galvo.move_single# async Galvo.move_single(axis: Literal['x', 'y'], logical_voltage: float, wait_until_settled: bool = True, timeout: float = 6.0) → float# Move one galvo to a logical voltage and return its hardware voltage. logical_voltage is in volts and timeout is in seconds. Parameters: axis (Literal['x', 'y']) logical_voltage (float) wait_until_settled (bool) timeout (float) Return type: float