pylabrobot.kbiosystems.ultraseal_epro.KBiosystemsUltrasealEPRO.seal#
- async KBiosystemsUltrasealEPRO.seal(temperature: int, duration: float, foil_length: int = 120, force_mode: bool = False, sealing_force: int = 50, sealing_distance: int = 25, idle_temperature: int = 100, eco_mode: bool = False) None#
Seal a plate.
Waits for the device to be ready, applies the time/temperature/foil and force-or-distance parameters, waits for the heater to reach the setpoint, seals, then returns to
idle_temperature.- Parameters:
temperature (int) – sealing temperature in degrees C (5..199).
duration (float) – sealing time in seconds (0.5..9.9).
foil_length (int) – foil length (117..128).
force_mode (bool) – seal by force (True) or by distance (False).
sealing_force (int) – force in force mode (10..50).
sealing_distance (int) – distance in distance mode (10..50).
idle_temperature (int) – temperature to hold after sealing (5..199).
eco_mode (bool) – enable eco mode after sealing.
- Return type:
None