{ "cells": [ { "cell_type": "markdown", "id": "fa0retc47os", "metadata": {}, "source": [ "# Inheco ODTC\n", "\n", "The Inheco ODTC (On Deck Thermal Cycler) is a thermocycler designed for automated PCR workflows. It features:\n", "\n", "- Precise temperature control (4 -- 99 °C, up to 4.4 °C/s ramp rate)\n", "- Heated lid to prevent condensation\n", "- Motorized door for automated plate handling\n", "- 96-well plate format\n", "\n", "The ODTC communicates over Ethernet using the SiLA 2 protocol. You will need the IP address of the device and network connectivity between your computer and the ODTC.\n", "\n", "See the [Inheco ODTC product page](https://www.inheco.com/odtc.html) for hardware details." ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "name": "python", "version": "3.12.0" } }, "nbformat": 4, "nbformat_minor": 5 }