pylabrobot.revvity.celigo.Galvo.move_both#

async Galvo.move_both(x_logical_voltage: float, y_logical_voltage: float, wait_until_settled: bool = True, timeout: float = 6.0) Tuple[float, float]#

Start both galvo moves, optionally wait for both, and return hardware voltages.

Parameters:
  • x_logical_voltage (float)

  • y_logical_voltage (float)

  • wait_until_settled (bool)

  • timeout (float)

Return type:

Tuple[float, float]