pylabrobot.kbiosystems.ultraseal_xt_pro.KBiosystemsUltrasealXTPro.seal#

async KBiosystemsUltrasealXTPro.seal(temperature: int, duration: float, idle_temperature: int = 100) None#

Seal the plate currently in the sealer.

Waits for the device to be ready, applies the time and temperature, waits for the heater to reach the setpoint, seals, then returns to idle_temperature. The shuttle must already be in (see move_shuttle_in()); film advance and cutting are handled by the device.

Parameters:
  • temperature (int) – sealing temperature in degrees C (25..199).

  • duration (float) – sealing time in seconds (0.5..9.9).

  • idle_temperature (int) – temperature to hold after sealing (25..199).

Return type:

None