pylabrobot.kbiosystems.ultraseal_pro.KBiosystemsUltrasealPRO.seal#

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

Seal the plate currently on the shuttle.

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 Ultraseal PRO draws the shuttle in, seals, and returns it automatically; film advance and cutting are handled by the device.

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

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

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

Return type:

None