pylabrobot.kbioscience.kube.KBioscienceKUBE.seal#
- async KBioscienceKUBE.seal(temperature: int = 160, duration: float = 2.5, preset: SealPreset = SealPreset.USER_DEFINED, idle_temperature: int = 100) None#
Seal a plate.
Waits for the device to be ready, applies either the given preset or the user-defined time/temperature, waits for the heater to reach the setpoint, seals, then returns to
idle_temperature.- Parameters:
temperature (int) – sealing temperature in degrees C (5..199); used when
presetis USER_DEFINED.duration (float) – sealing time in seconds (0.5..9.9); used when
presetis USER_DEFINED.preset (SealPreset) – a stored preset (ONE..SIX) or USER_DEFINED to use time/temperature.
idle_temperature (int) – temperature to hold after sealing (5..199).
- Return type:
None